Wrong content length response header for compressed CSS
-------------------------------------------------------
Key: RF-1843
URL:
http://jira.jboss.com/jira/browse/RF-1843
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Alexander Smirnov
Assigned To: Aleksej Yanul
Fix For: 3.1.4, 3.2.0
After CSS compression was implemented (
http://jira.jboss.org/jira/browse/RF-1349 ),
framework set wrong value for a size of the compressed CSS.
This issue affect resources only defined as instance of
org.ajax4jsf.resource.TemplateCSSResource.
Some web containers keep waiting for a expected data, so slow page rendering can be
occurs, see forum for a reference
Workaround exist, application deployer can set init parameter in the web.xml to disable
CSS compression feature:
<context-param>
<param-name>org.ajax4jsf.COMPRESS_STYLE</param-name>
<param-value>false</param-value>
</context-param
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: