<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>17844</bug_id>
          
          <creation_ts>2008-03-14 04:48:41 -0700</creation_ts>
          <short_desc>Acid2 (no data): WebKit starts a download for the data in an embedded object element</short_desc>
          <delta_ts>2025-11-21 12:52:10 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Page Loading</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc>http://hixie.ch/tests/evil/acid/002-no-data/</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>HasReduction</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>4911</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Robert Blaut">webkit</reporter>
          <assigned_to name="Cameron Zwarich (cpst)">zwarich</assigned_to>
          <cc>ardreyshaun</cc>
    
    <cc>ddkilzer</cc>
    
    <cc>webkit</cc>
    
    <cc>zooz.sah3</cc>
    
    <cc>zwarich</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>73719</commentid>
    <comment_count>0</comment_count>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-03-14 04:48:41 -0700</bug_when>
    <thetext>It&apos;s not duplicate of bug 4911. It&apos;s a &apos;brand&apos; new Acid2 (no data) bug.

Summary:
On this page http://hixie.ch/tests/evil/acid/002-no-data/  there is a combination to object elements:

&lt;object data=&quot;data006&quot;&gt;&lt;object data=&quot;http://www.damowmow.com/404/&quot; type=&quot;text/html&quot;&gt;[...]&lt;/object&gt;&lt;/object&gt;

data006 is text/html file:

curl -I &quot;http://hixie.ch/tests/evil/acid/002-no-data/006&quot;
HTTP/1.1 404 Not Found
Date: Fri, 14 Mar 2008 11:28:00 GMT
Server: Apache/2.0.61 (Unix) PHP/4.4.7 mod_ssl/2.0.61 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2
Accept-Ranges: bytes
Vary: Accept-Encoding
X-Pingback: http://tracking.damowmow.com/
Content-Language: en-GB-x-Hixie
Content-Type: text/html; charset=utf-8

the second data is also text/html file:
curl -I &quot;http://www.damowmow.com/404/&quot;HTTP/1.1 404 Not Found
Date: Fri, 14 Mar 2008 11:43:16 GMT
Server: Apache/2.0.61 (Unix) PHP/4.4.7 mod_ssl/2.0.61 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2
Last-Modified: Mon, 11 Jul 2005 02:17:49 GMT
ETag: &quot;ed2bb7-360-63d98d40&quot;
Accept-Ranges: bytes
Content-Length: 864
Vary: Accept-Encoding
X-Pingback: http://tracking.damowmow.com/
Content-Language: en-GB-x-Hixie
Link: &lt;/resources/images/astrophy/16&gt;; rel=&quot;icon&quot;
Content-Type: text/html; charset=utf-8

So if you load the test case in Webkit, the engine should not download any file. It&apos;s not true in the latest Webkit nightly. Webkit download 006 file.

Steps to reproduce:
1) Go to this page:http://hixie.ch/tests/evil/acid/002-no-data/ 
2) Notice the Webkit download &apos;006&apos; file.

Expected behavior:
No file should be download

Current behavior:
006 file is downloaded.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73720</commentid>
    <comment_count>1</comment_count>
      <attachid>19759</attachid>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-03-14 04:49:10 -0700</bug_when>
    <thetext>Created attachment 19759
minimal test case</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73729</commentid>
    <comment_count>2</comment_count>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-03-14 07:38:02 -0700</bug_when>
    <thetext>Strange. Currently 006 file is sent with Content-Type: application/x-unknown
 instead of text /html:

curl -I &quot;http://hixie.ch/tests/evil/acid/002-no-data/data006&quot;
HTTP/1.1 200 OK
Date: Fri, 14 Mar 2008 14:33:46 GMT
Server: Apache/2.0.61 (Unix) PHP/4.4.7 mod_ssl/2.0.61 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2
Last-Modified: Tue, 31 May 2005 12:02:17 GMT
ETag: &quot;1a9dad7-5-c6926440&quot;
Accept-Ranges: bytes
Content-Length: 5
X-Pingback: http://tracking.damowmow.com/
Content-Language: en-GB-x-Hixie
Content-Type: application/x-unknown

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74846</commentid>
    <comment_count>3</comment_count>
    <who name="Cameron Zwarich (cpst)">zwarich</who>
    <bug_when>2008-03-23 00:54:59 -0700</bug_when>
    <thetext>I can&apos;t reproduce this if I just host the data file somewhere else, although my hosting gives it either text/plain or text/html, not application/x-unknown. Since the problem still occurred back when it was hosted as text/html, I don&apos;t think that&apos;s the problem. The 404 doesn&apos;t seem to be special, because the problem still occurs with other 404 pages out there.

I&apos;ll try to get to the bottom of this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74847</commentid>
    <comment_count>4</comment_count>
      <attachid>19979</attachid>
    <who name="Cameron Zwarich (cpst)">zwarich</who>
    <bug_when>2008-03-23 00:58:05 -0700</bug_when>
    <thetext>Created attachment 19979
Further reduction

The 404 and the fallback content are seemingly irrelevant to this bug. Here is a file without them that still reproduces the problem.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74866</commentid>
    <comment_count>5</comment_count>
    <who name="Cameron Zwarich (cpst)">zwarich</who>
    <bug_when>2008-03-23 11:24:58 -0700</bug_when>
    <thetext>I think I found why we (In reply to comment #2)
&gt; Strange. Currently 006 file is sent with Content-Type: application/x-unknown
&gt;  instead of text /html:

I think I figured this out. The page was probably never sent with text/html. In your original post you paste the following snippet of HTML:

&lt;object data=&quot;data006&quot;&gt;&lt;object data=&quot;http://www.damowmow.com/404/&quot;
type=&quot;text/html&quot;&gt;[...]&lt;/object&gt;&lt;/object&gt;

However, you curl&apos;d &quot;006&quot;, which doesn&apos;t exist, not &quot;data006&quot;. It was downloading data006, which has type application/x-unknown, just like the corresponding data URL in the single page test.

Starting a download is still a bug, though, and I&apos;ll change the name to reflect that. </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74867</commentid>
    <comment_count>6</comment_count>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-03-23 11:39:48 -0700</bug_when>
    <thetext>(In reply to comment #5)

&gt; However, you curl&apos;d &quot;006&quot;, which doesn&apos;t exist, not &quot;data006&quot;. 

Uh... My fault. Sorry for the mess :(
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74868</commentid>
    <comment_count>7</comment_count>
    <who name="Cameron Zwarich (cpst)">zwarich</who>
    <bug_when>2008-03-23 11:44:23 -0700</bug_when>
    <thetext>(In reply to comment #6)
&gt; (In reply to comment #5)
&gt; 
&gt; &gt; However, you curl&apos;d &quot;006&quot;, which doesn&apos;t exist, not &quot;data006&quot;. 
&gt; 
&gt; Uh... My fault. Sorry for the mess :(

No mess, I saw it as soon as I started debugging. ;-)

There are two ways to fix this. The first is to change the policy check code on the WebKit side, and the second is to change MainResourceLoader to ignore it in this case. I am leaning towards the second, but I will need to run some tests with other browsers to see what happens with iframes, framesets, etc.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74870</commentid>
    <comment_count>8</comment_count>
      <attachid>19984</attachid>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-03-23 11:58:18 -0700</bug_when>
    <thetext>Created attachment 19984
test case with data URI (ok)

Cameron, the crucial question in this case is: why data URI behaves differently?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74871</commentid>
    <comment_count>9</comment_count>
    <who name="Cameron Zwarich (cpst)">zwarich</who>
    <bug_when>2008-03-23 12:08:08 -0700</bug_when>
    <thetext>(In reply to comment #8)
&gt; Created an attachment (id=19984) [edit]
&gt; test case with data URI (ok)
&gt; 
&gt; Cameron, the crucial question in this case is: why data URI behaves
&gt; differently?

There is never a policy check on the data URI, so the issue doesn&apos;t come up. I&apos;ll try to figure out what happens instead.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74897</commentid>
    <comment_count>10</comment_count>
    <who name="Cameron Zwarich (cpst)">zwarich</who>
    <bug_when>2008-03-23 18:32:49 -0700</bug_when>
    <thetext>The data URI version never creates a MainResourceLoader for the data URI, so it is using completely logic entirely. I have a fix for this, which blocks all downloads from object elements by simply ignoring the content policy from the WebFrameLoaderClient. Maciej says that WebKit may be the wrong place to make this policy, and that it may require changes in the API to allow WebKit clients to make the choice themselves.

I&apos;ll post the fix when I get to school, along with some tests and examples of what other browsers do in similar situations.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74918</commentid>
    <comment_count>11</comment_count>
      <attachid>19993</attachid>
    <who name="Cameron Zwarich (cpst)">zwarich</who>
    <bug_when>2008-03-23 21:29:54 -0700</bug_when>
    <thetext>Created attachment 19993
Preliminary patch

Here is a preliminary patch. Maciej says that WebKit may be the wrong place to make this policy decision, and that we should possibly make it a client preference.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74920</commentid>
    <comment_count>12</comment_count>
      <attachid>19994</attachid>
    <who name="Cameron Zwarich (cpst)">zwarich</who>
    <bug_when>2008-03-23 21:32:59 -0700</bug_when>
    <thetext>Created attachment 19994
Test for user navigation

Here is a test case for what happens when a user navigates inside of an object element to content with application/x-unknown. Both Firefox and Opera prompt the user for a download, but my fix disables it entirely, displaying the fallback content instead. Should we match their behaviour?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75138</commentid>
    <comment_count>13</comment_count>
    <who name="Cameron Zwarich (cpst)">zwarich</who>
    <bug_when>2008-03-25 11:35:21 -0700</bug_when>
    <thetext>I&apos;ve been talking with brady about this bug over IRC, and I just wanted to make a summary. Here are the scenarios:

Scenario #1 - data of object element refers to application/x-unknown content

WebKit (with Safari) - download and display fallback content
Firefox and Opera - don&apos;t download and display fallback content

Scenario #2 - application/x-unknown content reached via navigation inside of an object element

WebKit (with Safari) - download and display fallback content
Firefox and Opera - download and don&apos;t display fallback content

Scenario #3 - src of iframe  element refers to application/x-unknown content

WebKit (with Safari) - download
Firefox and Opera - download

Scenario #4 - application/x-unknown content reached via navigation inside of an iframe element

WebKit (with Safari) - download
Firefox and Opera - download

Note that we only differ on #1 and #2.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75139</commentid>
    <comment_count>14</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2008-03-25 11:44:49 -0700</bug_when>
    <thetext>&gt; Here are the scenarios:
&gt; Scenario #1 - data of object element refers to application/x-unknown content
&gt; 
&gt; WebKit (with Safari) - download and display fallback content
&gt; Firefox and Opera - don&apos;t download and display fallback content

The only difference here is app-level.  Firefox and Opera prompt on downloads, but Safari downloads without prompting.  Safari is the WebKit PolicyDelegate in this context and makes the download decision.  If different behavior is desired, a Safari bug should be filed at http://bugreporter.apple.com

&gt; Scenario #2 - application/x-unknown content reached via navigation inside of an
&gt; object element
&gt; 
&gt; WebKit (with Safari) - download and display fallback content
&gt; Firefox and Opera - download and don&apos;t display fallback content

This is the interesting difference - and I&apos;m having a hard time wrapping my head around why it is we&apos;re wrong and Opera/FFX are right.  Can someone explain to me why we shouldn&apos;t display the fallback content?
The &quot;downloading the resource&quot; bug popped up with Acid2, but does it cause us to fail anything?

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75140</commentid>
    <comment_count>15</comment_count>
    <who name="Cameron Zwarich (cpst)">zwarich</who>
    <bug_when>2008-03-25 11:50:00 -0700</bug_when>
    <thetext>(In reply to comment #14)
&gt; &gt; Scenario #2 - application/x-unknown content reached via navigation inside of an
&gt; &gt; object element
&gt; &gt; 
&gt; &gt; WebKit (with Safari) - download and display fallback content
&gt; &gt; Firefox and Opera - download and don&apos;t display fallback content
&gt; 
&gt; This is the interesting difference - and I&apos;m having a hard time wrapping my
&gt; head around why it is we&apos;re wrong and Opera/FFX are right.  Can someone explain
&gt; to me why we shouldn&apos;t display the fallback content?

I think the idea is that if the page inside of the object element were the main document, you would still see the page after the download, so why not inside of the object element? I am not sure if this argument is really correct. It seems that either way you have to introduce some inconsistencies.

&gt; The &quot;downloading the resource&quot; bug popped up with Acid2, but does it cause us
&gt; to fail anything?

It doesn&apos;t cause a failure with Acid 2, although some people would definitely see it as a problem.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>86163</commentid>
    <comment_count>16</comment_count>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-07-16 23:40:16 -0700</bug_when>
    <thetext>(In reply to comment #14)
&gt; &gt; Here are the scenarios:
&gt; &gt; Scenario #1 - data of object element refers to application/x-unknown content
&gt; &gt; 
&gt; &gt; WebKit (with Safari) - download and display fallback content
&gt; &gt; Firefox and Opera - don&apos;t download and display fallback content
&gt; 
&gt; The only difference here is app-level.  Firefox and Opera prompt on downloads,
&gt; but Safari downloads without prompting.  Safari is the WebKit PolicyDelegate in
&gt; this context and makes the download decision.  If different behavior is
&gt; desired, a Safari bug should be filed at http://bugreporter.apple.com

Brady, Firefox and Opera don&apos;t prompt for download on Acid2 (no data) page. This behavior is absolutely correct. Browsers shouldn&apos;t download nor prompt for download in this case. Only fallback content should be displayed as described in object handling algorithm: http://www.whatwg.org/specs/web-apps/current-work/#the-object.

Cameron, do you plan to improve the patch?</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>19759</attachid>
            <date>2008-03-14 04:49:10 -0700</date>
            <delta_ts>2008-03-23 11:30:08 -0700</delta_ts>
            <desc>minimal test case</desc>
            <filename>test.html</filename>
            <type>text/html</type>
            <size>254</size>
            <attacher name="Robert Blaut">webkit</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIGh0bWw+CjxvYmplY3QgZGF0YT0iaHR0cDovL2hpeGllLmNoL3Rlc3RzL2V2aWwv
YWNpZC8wMDItbm8tZGF0YS9kYXRhMDA2Ij48b2JqZWN0IGRhdGE9Imh0dHA6Ly93d3cuZGFtb3dt
b3cuY29tLzQwNC8iIHR5cGU9InRleHQvaHRtbCI+dGVzdDwvb2JqZWN0Pjwvb2JqZWN0Pgo8cD5X
ZWJraXQgc2hvdWxkIE5PVCBkb3dubG9hZCBhbnkgZmlsZSAoZXNwZWNpYWxseSAwMDYgd2l0aCB0
ZXh0L2h0bWwgY29udGVudCB0eXBlKTwvcD4=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>19979</attachid>
            <date>2008-03-23 00:58:05 -0700</date>
            <delta_ts>2008-03-23 00:58:05 -0700</delta_ts>
            <desc>Further reduction</desc>
            <filename>acid2data.html</filename>
            <type>text/html</type>
            <size>121</size>
            <attacher name="Cameron Zwarich (cpst)">zwarich</attacher>
            
              <data encoding="base64">PGh0bWw+CjxoZWFkPgo8L2hlYWQ+Cjxib2R5Pgo8b2JqZWN0IGRhdGE9Imh0dHA6Ly9oaXhpZS5j
aC90ZXN0cy9ldmlsL2FjaWQvMDAyLW5vLWRhdGEvZGF0YTAwNiI+PC9vYmplY3Q+CjwvYm9keT4K
PC9odG1sPg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>19984</attachid>
            <date>2008-03-23 11:58:18 -0700</date>
            <delta_ts>2008-03-23 11:58:18 -0700</delta_ts>
            <desc>test case with data URI (ok)</desc>
            <filename>test case.html</filename>
            <type>text/html</type>
            <size>77</size>
            <attacher name="Robert Blaut">webkit</attacher>
            
              <data encoding="base64">PCFkb2N0eXBlIGh0bWw+CjxvYmplY3QgZGF0YT0iZGF0YTphcHBsaWNhdGlvbi94LXVua25vd24s
RVJST1IiPnRlc3Q8L29iamVjdD4=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>19993</attachid>
            <date>2008-03-23 21:29:54 -0700</date>
            <delta_ts>2010-06-10 15:46:23 -0700</delta_ts>
            <desc>Preliminary patch</desc>
            <filename>download.diff</filename>
            <type>text/plain</type>
            <size>836</size>
            <attacher name="Cameron Zwarich (cpst)">zwarich</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvbG9hZGVyL01haW5SZXNvdXJjZUxvYWRlci5jcHAKPT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQot
LS0gV2ViQ29yZS9sb2FkZXIvTWFpblJlc291cmNlTG9hZGVyLmNwcAkocmV2aXNpb24gMzEyMzkp
CisrKyBXZWJDb3JlL2xvYWRlci9NYWluUmVzb3VyY2VMb2FkZXIuY3BwCSh3b3JraW5nIGNvcHkp
CkBAIC0yMDEsOCArMjAxLDEyIEBAIHZvaWQgTWFpblJlc291cmNlTG9hZGVyOjpjb250aW51ZUFm
dGVyQ28KICAgICB9CiAKICAgICBjYXNlIFBvbGljeURvd25sb2FkOgotICAgICAgICBmcmFtZUxv
YWRlcigpLT5jbGllbnQoKS0+ZG93bmxvYWQobV9oYW5kbGUuZ2V0KCksIHJlcXVlc3QoKSwgbV9o
YW5kbGUuZ2V0KCktPnJlcXVlc3QoKSwgcik7Ci0gICAgICAgIHJlY2VpdmVkRXJyb3IoaW50ZXJy
dXB0aW9uRm9yUG9saWN5Q2hhbmdlRXJyb3IoKSk7CisgICAgICAgIGlmIChmcmFtZUxvYWRlcigp
LT5pc0hvc3RlZEJ5T2JqZWN0RWxlbWVudCgpKQorICAgICAgICAgICAgc3RvcExvYWRpbmdGb3JQ
b2xpY3lDaGFuZ2UoKTsKKyAgICAgICAgZWxzZSB7CisgICAgICAgICAgICBmcmFtZUxvYWRlcigp
LT5jbGllbnQoKS0+ZG93bmxvYWQobV9oYW5kbGUuZ2V0KCksIHJlcXVlc3QoKSwgbV9oYW5kbGUu
Z2V0KCktPnJlcXVlc3QoKSwgcik7CisgICAgICAgICAgICByZWNlaXZlZEVycm9yKGludGVycnVw
dGlvbkZvclBvbGljeUNoYW5nZUVycm9yKCkpOyAgICAgICAgICAgIAorICAgICAgICB9CiAgICAg
ICAgIHJldHVybjsKIAogICAgIGNhc2UgUG9saWN5SWdub3JlOgo=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>19994</attachid>
            <date>2008-03-23 21:32:59 -0700</date>
            <delta_ts>2008-03-23 21:32:59 -0700</delta_ts>
            <desc>Test for user navigation</desc>
            <filename>objectdownload.zip</filename>
            <type>application/octet-stream</type>
            <size>1539</size>
            <attacher name="Cameron Zwarich (cpst)">zwarich</attacher>
            
              <data encoding="base64">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
</data>

          </attachment>
      

    </bug>

</bugzilla>