Details
-
Type:
Enhancement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.12
-
Fix Version/s: 1.9.91
-
Component/s: Build/Packaging
-
Security Level: Default (Default Security Scheme)
-
Environment:OpenNMS webapp fronted by an Apache HTTPD via mod_proxy and passing Kerberos SPNEGO Authorization: headers to Jetty
Description
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.
I've got this work done, just need to test it before committing.