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

           Summary: WebDAV methods with encoding other than "identity"
                    return 400 instead of 415
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other Modules
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


When a WebDAV method, such as PROPFIND, is sent with the encoding set to "gzip"
for example, the server returns a Bad Request (400) instead of an Unsupported
Media Type (415), as described in section 14.11 of RFC 2616. It seems like the
request body is simply parsed without regard to the encoding.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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