Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.1.0.4
-
None
Description
If if you have Dispatcher (or something else) that generates a response and call response.setContentLength() on a text/* mime type the resulting response content length does not match the length of the actual response. This is due to that you set the content length for the uncompressed content and the response is intercepted and gzipped but the original length is still set. In firefox and IE this doesn't appear to be a problem. Chrome however will simply not load stylesheets where this occurs.
If something like GZipFilter is going to automatically gzip the response it should also change the content length to reflect the new response length.
The workaround at the moment is simply not setting a content length.
This may very well effect future versions; I couldn't find an existing ticket though.
Attachments
Issue Links
- is related to
-
TAP5-1236 Add method Response.disableCompression() (to avoid use of a internal global key)
- Closed