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

            Bug ID: 56872
           Summary: Small request bodies bypass
                    DeflateInflateLimitRequestBody
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Keywords: PatchAvailable
          Severity: normal
          Priority: P2
         Component: mod_deflate
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 31931
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31931&action=edit
Fix small files bypassing DeflateInflateLimitRequestBody

If DeflateInflateLimitRequestBody (or LimitRequestBody) is specified with a
value under 8192 and a deflated request body above that limit but below 8192 is
passed in, the request is accepted. For example, if "LimitRequestBody 2048" is
specified, and a gzipped 8000-byte file is used in the request body, the server
will not complain.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to