RE: [External] Re: Maximum header size in Tomcat 9

2022-06-03 Thread Amit Pande
Thank you, Mark! -Original Message- From: Mark Thomas Sent: Thursday, May 26, 2022 6:10 AM To: users@tomcat.apache.org Subject: Re: [External] Re: Maximum header size in Tomcat 9 On 25/05/2022 16:21, Amit Pande wrote: > Hello Mark, > > Could we slightly update the description

Re: [External] Re: Maximum header size in Tomcat 9

2022-05-26 Thread Mark Thomas
: users@tomcat.apache.org Subject: [External] Re: Maximum header size in Tomcat 9 On 25/05/2022 12:08, Aditya Kumar wrote: Thanks! Sorry I misread that article. So I suppose it's the same for maxHttpRequestHeaderSize and maxHttpResponseHeaderSize? Correct. Mark On Wed, May 25, 2022 at

RE: [External] Re: Maximum header size in Tomcat 9

2022-05-25 Thread Amit Pande
header size in Tomcat 9 On 25/05/2022 12:08, Aditya Kumar wrote: > Thanks! Sorry I misread that article. > > So I suppose it's the same for maxHttpRequestHeaderSize and > maxHttpResponseHeaderSize? Correct. Mark > > > > On Wed, May 25, 2022 at 10:45 AM Mark

Re: Maximum header size in Tomcat 9

2022-05-25 Thread Mark Thomas
On 25/05/2022 12:08, Aditya Kumar wrote: Thanks! Sorry I misread that article. So I suppose it's the same for maxHttpRequestHeaderSize and maxHttpResponseHeaderSize? Correct. Mark On Wed, May 25, 2022 at 10:45 AM Mark Thomas wrote: On 25/05/2022 10:33, Aditya Kumar wrote: I'm sorry

Re: Maximum header size in Tomcat 9

2022-05-25 Thread Aditya Kumar
Thanks! Sorry I misread that article. So I suppose it's the same for maxHttpRequestHeaderSize and maxHttpResponseHeaderSize? On Wed, May 25, 2022 at 10:45 AM Mark Thomas wrote: > On 25/05/2022 10:33, Aditya Kumar wrote: > > I'm sorry I'm not sure what you mean by Integer.MAX_VALUE? > > https:

Re: Maximum header size in Tomcat 9

2022-05-25 Thread Mark Thomas
On 25/05/2022 10:33, Aditya Kumar wrote: I'm sorry I'm not sure what you mean by Integer.MAX_VALUE? https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html#MAX_VALUE Looking at https://tomcat.apache.org/tomcat-9.0-doc/config/http.html all I see is this:- "maxHttpHeaderSize The maxim

Re: Maximum header size in Tomcat 9

2022-05-25 Thread Aditya Kumar
I'm sorry I'm not sure what you mean by Integer.MAX_VALUE? Looking at https://tomcat.apache.org/tomcat-9.0-doc/config/http.html all I see is this:- "maxHttpHeaderSize The maximum size of the request and response HTTP header, specified in bytes. If not specified, this attribute is set to 8192 (8 K

Re: Maximum header size in Tomcat 9

2022-05-25 Thread Mark Thomas
On 25/05/2022 09:51, Aditya Kumar wrote: Hi I'm using Tomcat 9.0.46 and I want to know what is the maximum possible value for maxHttpHeaderSize Integer.MAX_VALUE I have Tomcat setup using kerberos authentication and for some users the Authorisation header is too large (too many AD groups).

Maximum header size in Tomcat 9

2022-05-25 Thread Aditya Kumar
Hi I'm using Tomcat 9.0.46 and I want to know what is the maximum possible value for maxHttpHeaderSize I have Tomcat setup using kerberos authentication and for some users the Authorisation header is too large (too many AD groups). I have seen various articles when googling but I want something