Lines 115-120
Link Here
|
115 |
to 4096 (4 kilobytes).</p> |
115 |
to 4096 (4 kilobytes).</p> |
116 |
</attribute> |
116 |
</attribute> |
117 |
|
117 |
|
|
|
118 |
<attribute name="parseBodyMethods" required="false"> |
119 |
<p>A comma-separated list of HTTP methods for which request |
120 |
bodies will be parsed for request parameters identically |
121 |
to POST. This is useful in RESTful applications that want to |
122 |
support POST-style semantics for PUT requests. |
123 |
Note that any setting other than <code>POST</code> causes Tomcat |
124 |
to behave in a way that violates the servlet specification. |
125 |
The HTTP method TRACE is specifically forbidden here in accordance |
126 |
with the HTTP specification. |
127 |
The default is <code>POST</code></p> |
128 |
</attribute> |
129 |
|
118 |
<attribute name="port" required="true"> |
130 |
<attribute name="port" required="true"> |
119 |
<p>The TCP port number on which this <strong>Connector</strong> |
131 |
<p>The TCP port number on which this <strong>Connector</strong> |
120 |
will create a server socket and await incoming connections. Your |
132 |
will create a server socket and await incoming connections. Your |