Re: AJP13: request headers > max packet size

2005-12-06 Thread Bill Barker
x27; field in the record is a 16-bit integer value, so if you need more than 64KB, you are pretty much SoL. > - Srini > > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker > Sent: Monday, December 05, 2005 9:02 PM > To: users@tomcat.apache

RE: AJP13: request headers > max packet size

2005-12-06 Thread KARNATI, SRINIVASA R [AG/1000]
issue. - Srini -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Monday, December 05, 2005 9:02 PM To: users@tomcat.apache.org Subject: Re: AJP13: request headers > max packet size I'm afraid that the 8KB limit is part of the AJP/1.3 protocol,

Re: AJP13: request headers > max packet size

2005-12-05 Thread Bill Barker
I'm afraid that the 8KB limit is part of the AJP/1.3 protocol, so it is very unlikely to get "fixed" until AJP/1.4. At the moment, AJP/1.4 is just vapor-ware ;-). To do anything else would likely break too many installations in very horrible ways. Of course, you're free to modify the source f

RE: AJP13: request headers > max packet size

2005-12-05 Thread KARNATI, SRINIVASA R [AG/1000]
-Original Message- From: KARNATI, SRINIVASA R [AG/1000] [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 10:28 AM To: users@tomcat.apache.org Subject: AJP13: request headers > max packet size We have run into 8 kb (max packet size) limit. We are using Kerberos authenticat

AJP13: request headers > max packet size

2005-12-05 Thread KARNATI, SRINIVASA R [AG/1000]
We have run into 8 kb (max packet size) limit. We are using Kerberos authentication in Active Directory environment. For some of our application users Kerberos ticket that gets passed via HTTP header exceeds 8 kb. The debug log shows connector fails even before trying to send headers. We are usi