Skip to main content

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


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.

regards







On Sat, 1 Feb 2025 at 15:37, Jan Bartel via jetty-users <jetty-users@xxxxxxxxxxx> wrote:
Maybe try extended or custom request logging, see https://jetty.org/docs/jetty/10/programming-guide/server/http.html#request-logging

Jan

On Fri, 31 Jan 2025 at 13:34, John English via jetty-users <jetty-users@xxxxxxxxxxx> wrote:
I am seeing occasional log messages like this:

2025-01-30 03:14:38.114:WARN:oejh.HttpParser:qtp1514322932-28914: Header
is too large 8193>8192

Is there any way of finding out what is the offending header here?
--
John English


--
This email has been checked for viruses by AVG antivirus software.
www.avg.com
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users


--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
Expert assistance from the creators of Jetty and CometD

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users


--

Back to the top