--- webapps/docs/config/ajp.xml +++ webapps/docs/config/ajp.xml @@ -115,6 +115,18 @@ to 4096 (4 kilobytes).

+ +

A comma-separated list of HTTP methods for which request + bodies will be parsed for request parameters identically + to POST. This is useful in RESTful applications that want to + support POST-style semantics for PUT requests. + Note that any setting other than POST causes Tomcat + to behave in a way that violates the servlet specification. + The HTTP method TRACE is specifically forbidden here in accordance + with the HTTP specification. + The default is POST

+
+

The TCP port number on which this Connector will create a server socket and await incoming connections. Your --- webapps/docs/config/http.xml +++ webapps/docs/config/http.xml @@ -115,6 +115,18 @@ to 4096 (4 kilobytes).

+ +

A comma-separated list of HTTP methods for which request + bodies will be parsed for request parameters identically + to POST. This is useful in RESTful applications that want to + support POST-style semantics for PUT requests. + Note that any setting other than POST causes Tomcat + to behave in a way that violates the servlet specification. + The HTTP method TRACE is specifically forbidden here in accordance + with the HTTP specification. + The default is POST

+
+

The TCP port number on which this Connector will create a server socket and await incoming connections. Your