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

--- Comment #10 from Christopher Schultz <ch...@christopherschultz.net> 
2010-11-03 20:22:40 EDT ---
Created an attachment (id=26252)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26252)
Patch to provide request-entity parsing for arbitrary HTTP methods

This patch adds a new configuration setting "parseBodyMethods" to all
connectors. Simply specify the list of HTTP methods that should be parsed as a
comma-separated list (e.g. "POST, PUT") to enable this parsing on those
methods.

Requesting the TRACE method will result in an IllegalArgumentException and no
changes to the Connector's configuration, to avoid an HTTP spec violation.

-- 
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to