Bug 46847 - WebDAV methods with encoding other than "identity" return 400 instead of 415
Summary: WebDAV methods with encoding other than "identity" return 400 instead of 415
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Other Modules (show other bugs)
Version: 2.5-HEAD
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: RFC
Depends on:
Blocks:
 
Reported: 2009-03-13 04:12 UTC by Werner Donné
Modified: 2013-03-19 22:45 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Werner Donné 2009-03-13 04:12:12 UTC
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.