[ 
https://issues.apache.org/jira/browse/SHINDIG-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Lindner closed SHINDIG-1494.
---------------------------------


part of 2.5.0-beta1 release.

                
> ProxyServlet special case for Flash files is not always effective
> -----------------------------------------------------------------
>
>                 Key: SHINDIG-1494
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1494
>             Project: Shindig
>          Issue Type: Bug
>    Affects Versions: 2.0.2, 2.5.0-beta1
>            Reporter: Mark Weitzel
>             Fix For: 2.5.0-beta1
>
>         Attachments: ProxyHandler-2.0.x.patch, ProxyHandlerTrunk.patch
>
>
> The ProxyServlet.setResponseContentHeaders() method has special logic that 
> attempts to avoid adding a "Content-Disposition" header when the content type 
> is "application/x-shockwave-flash".  This is because adding this header 
> causes problems with version 10 of the Flash plugin (flash apps fail to load).
> Unfortunately, though, the check is a case-insensitive exact match against 
> "application/x-shockwave-flash", which fails to match correctly when the 
> incoming content type is "application/x-shockwave-flash;charset=utf-8" (which 
> it will be because the charset parameter is added elsewhere).
> Patches to perform a correct test are attached for both Shindig trunk and the 
> 2.0.x branches.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to