Mantis - Quercus
Viewing Issue Advanced Details
4036 major always 05-12-10 06:03 05-12-10 06:03
javaguy44  
 
normal  
new 4.0.3  
open  
none    
none  
0004036: Wordpress 3 dashboard broken with Tomcat compression
Hi,

My original post + environment is here on forums:
http://forum.caucho.com/showthread.php?t=8844 [^]

I've managed to reproduce the error consistently.

The issue is when I add tomcat compression to my tomcat_home/conf/server.xml

        <Connector executor="tomcatThreadPool" port="80" protocol="HTTP/1.1"
                   connectionTimeout="20000"
                   redirectPort="9400"
                   compression="on"
                   compressionMinSize="2048"
                   noCompressionUserAgents="gozilla, traviata"
                   compressableMimeType="text/html,text/xml,text/javascript,text/css"/>

When adding the above, wordpress dashboard no longer renders correctly.

Screenshot of broken dashboard render is in the forum post(same as in beginning of this description)
http://forum.caucho.com/showthread.php?t=8844 [^]

There are no notes attached to this issue.