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, 3.0.0
Reporter: Mark Weitzel
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.
-
You can reply to this email to add a comment to the issue online.