Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Header too large

On 01/02/2025 16:45, Greg Wilkins via jetty-users wrote:

Jan,

I don't think request logging will help, as the request has been rejected already.

John,

You could turn on debug for HttpParser, which would be a little verbose, but would certainly eventually tell you the header.

Other than that, you are probably best to make a custom version of that class in jetty that dumps the info you want before that error message.

OK, thanks.

A suggestion for a future version: perhaps make such warnings a bit more informative?

--
John English

--
This email has been checked for viruses by AVG antivirus software.
www.avg.com


Back to the top