The very large Authorization: headers created by Kerberos SPNEGO authentication are causing Jetty to respond with "413 Requested entity too large". To deal with this problem, we need to expose the Jetty Connector object's headerBufferSize setter method.
I've got this work done, just need to test it before committing.
Environment
OpenNMS webapp fronted by an Apache HTTPD via mod_proxy and passing Kerberos SPNEGO Authorization: headers to Jetty
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Seth Leger September 8, 2011 at 11:15 AM
Donald added a configurable property for this in 1.9.91 inside opennms.properties:
The very large Authorization: headers created by Kerberos SPNEGO authentication are causing Jetty to respond with "413 Requested entity too large". To deal with this problem, we need to expose the Jetty Connector object's headerBufferSize setter method.
I've got this work done, just need to test it before committing.