https://issues.apache.org/bugzilla/show_bug.cgi?id=54268

--- Comment #6 from Philippe Mouawad <[email protected]> ---
Created attachment 29871
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29871&action=edit
Test Plan

Tomcat server.xml modified to force compression and set maxThreads:

    <Connector port="8080" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               redirectPort="8443" 
               scheme="http"
               minSpareThreads="200"
               maxThreads="500"
                enableLookups="false"
                URIEncoding="UTF-8"
              
compressableMimeType="text/html,text/xml,text/plain,text/javascript,application/json"
               compression="force"               

               />

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to