Mantis - Resin
Viewing Issue Advanced Details
6070 feature N/A 07-06-17 08:06 07-06-17 13:58
wileysaw  
ferg  
normal  
closed 4.0.54  
no change required  
none    
none  
0006070: Add global setting to set maximum size of request & response HTTP header
Similar to the maxHttpHeaderSize - https://tomcat.apache.org/tomcat-5.5-doc/config/http.html [^] -
The maximum size of the request and response HTTP header, specified in bytes. If not specified, this attribute is set to 4096 (4 KB).

Ideally when implemented the HttpServletResponse.setContentLength( long ) would not be needed, thus disabling chunking.

Notes
(0006763)
ferg   
07-06-17 13:58   
Already exists.

<header-size-max>, <header-count-max> in the <cluster> section.

Response header isn't restricted because the application has control over the response.