The maxHttpHeaderSize limits the size of the request and response headers and is defined in bytes. If not specified, the default is 8192 bytes. Limiting the size of the header request can help protect against Denial of Service requests.
Solution
Within $JETTY_HOME/etc/server.xml ensure each connector is configured to the appropriate maxHttpHeaderSize setting. maxHttpHeaderSize="8192"