[richfaces-issues] [JBoss JIRA] Created: (RF-1843) Wrong content length response header for compressed CSS

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Mon Jan 7 17:09:43 EST 2008


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: Andrei Markavtsov
             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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list