https://bz.apache.org/bugzilla/show_bug.cgi?id=65866
Bug ID: 65866
Summary: Allow AbstractHttp11Protocol.setMaxHttpHeaderSize to
apply to request or response only
Product: Tomcat 9
Version: unspecified
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
Currently `AbstractHttp11Protocol.setMaxHttpHeaderSize` provides a way to limit
the maximim header size for both the request and the response.
It would be helpful if there was also way to apply the limit to just the
request or just the response.
Having such a method would allow Spring Boot to provided consistent support
across Jetty, Undertow and Tomcat.
For more background see
https://github.com/spring-projects/spring-boot/issues/29382
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]