<?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>33463</bug_id>
          
          <creation_ts>2010-01-10 21:05:12 -0800</creation_ts>
          <short_desc>redirect to .swf file results in blank page or partial load, direct link works.</short_desc>
          <delta_ts>2022-07-01 11:35:11 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Plug-ins</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.6</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Dylan Cochran">helio</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>helio</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>179262</commentid>
    <comment_count>0</comment_count>
    <who name="Dylan Cochran">helio</who>
    <bug_when>2010-01-10 21:05:12 -0800</bug_when>
    <thetext>Test case page:

http://206.53.60.70/tflash.php

The current variation of this page:
&lt;?php
        header(&quot;HTTP/1.1 301 Moved Permanently&quot;);
        header(&quot;Location: http://206.53.60.70/flash/TFlash.swf&quot;);
        exit();
?&gt;

In the preceding variation, the swf loading bar does not complete, in a slightly randomized way (it does work in some cases, but on browsers confirmed working, it worked 100% of the time, rather then a small percentage of the time).


A previous variation of this page:

&lt;?php
        header(&apos;Content-type: application/x-shockwave-flash&apos;);
        header(&apos;Content-disposition: swf; filename=&quot;tflash.swf&quot;; size=&apos; . filesize(&apos;flash/TFlash.swf&apos;));
        header(&quot;Cache-Control: no-cache, must-revalidate&quot;); // HTTP/1.1
        header(&quot;Expires: Sat, 26 Jul 1997 05:00:00 GMT&quot;); // Date in the past
        readfile(&apos;flash/TFlash.swf&apos;);
        exit();

?&gt;

This only resulting in a blank page.

Afflicted machines:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/532.8+ (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10


Confirmed working:
Mozilla/5.0 (Macintosh; U;  INTEL Mac OS X 10_6_2; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.4 Safari/531.9
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.38 Safari/532.0
Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9
Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10

I apologize for the small sample set, and the inconsistencies of the versions. These are from end users, so please apply fuzzing to &apos;working&apos; and &apos;not working&apos;. Firefox, Opera, Internet Explorer, and Google Chrome in various forms and permutations do not seem to show the bug. It seems to be limited to updated Safari versions on OS X 10.6.2. I apologize if this bug is not strictly a WebKit bug, my sample size doesn&apos;t give me the confidence to rule it out.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1879882</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2022-07-01 11:35:11 -0700</bug_when>
    <thetext>Mass closing plug-in bugs, as plug-in support has been removed from WebKit.

Please comment and/or reopen if this still affects WebKit in some way.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>