Re: [jetty-users] Controlling Maximum Header and Maximum Form content size

2020-10-06 Thread Ike Ikonne
Thanks Greg! Ike On Tuesday, October 6, 2020, 02:00:00 AM CDT, Greg Wilkins wrote: Ike, See  - https://github.com/eclipse/jetty.project/blob/jetty-9.4.20.v20190813/jetty-server/src/main/java/org/eclipse/jetty/server/HttpConfiguration.java -

Re: [jetty-users] Controlling Maximum Header and Maximum Form content size

2020-10-06 Thread Joakim Erdfelt
> Also, what a potential test scenario would look like. We saw “WARN HttpParser - Header is too large 8193>8192” in our log file and we would like to control it. Before you go and make the header larger, know that there is a global probe of systems for vulnerabilities with large headers. We,

Re: [jetty-users] Controlling Maximum Header and Maximum Form content size

2020-10-06 Thread Greg Wilkins
Ike, See - https://github.com/eclipse/jetty.project/blob/jetty-9.4.20.v20190813/jetty-server/src/main/java/org/eclipse/jetty/server/HttpConfiguration.java -