Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/11/18 2:46 PM, Mark Thomas wrote: > On 08/05/18 17:59, Christopher Schultz wrote: > >> This bites enough people that it may be worth correcting, or at >> least changing the behavior when it happens. >> >> AJP already encodes the packet

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-11 Thread Mark Thomas
On 08/05/18 17:59, Christopher Schultz wrote: > This bites enough people that it may be worth correcting, or at least > changing the behavior when it happens. > > AJP already encodes the packet-size in the header of each packet. Why > not simply compare that to the MaxPacketSize on the Tomcat si

RE: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-11 Thread Andreas Bergander
- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: den 8 maj 2018 18:59 To: users@tomcat.apache.org Subject: Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/3/18 5:41 AM, M

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/3/18 5:41 AM, Mark Thomas wrote: > On 03/05/18 10:36, Mark Thomas wrote: >> On 03/05/18 09:48, Andreas Bergander wrote: >>> Hi, >>> >>> I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue >>> regarding the packet size in the AJP

RE: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Andreas Bergander
ache.org] > Sent: den 3 maj 2018 11:41 > To: Tomcat Users List > Subject: Re: Changing the packetSize in AJP connector causes 503 Internal > Server Error in Tomcat 9 > > On 03/05/18 10:36, Mark Thomas wrote: >> On 03/05/18 09:48, Andreas Bergander wrote: >>>

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Mark Thomas
ache.org] > Sent: den 3 maj 2018 11:41 > To: Tomcat Users List > Subject: Re: Changing the packetSize in AJP connector causes 503 Internal > Server Error in Tomcat 9 > > On 03/05/18 10:36, Mark Thomas wrote: >> On 03/05/18 09:48, Andreas Bergander wrote: >>>

RE: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Andreas Bergander
and still used 8192 as a packet size even though we specified 65536 in Tomcat? /Andreas -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: den 3 maj 2018 11:41 To: Tomcat Users List Subject: Re: Changing the packetSize in AJP connector causes 503 Internal Server Error

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Mark Thomas
On 03/05/18 10:36, Mark Thomas wrote: > On 03/05/18 09:48, Andreas Bergander wrote: >> Hi, >> >> I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue regarding the >> packet size in the AJP connector. It seems like only the default value >> (8192) works now. If I set it to anything greater

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Mark Thomas
On 03/05/18 09:48, Andreas Bergander wrote: > Hi, > > I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue regarding the > packet size in the AJP connector. It seems like only the default value (8192) > works now. If I set it to anything greater than that I'll get 503 Internal > Server E

Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Andreas Bergander
Hi, I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue regarding the packet size in the AJP connector. It seems like only the default value (8192) works now. If I set it to anything greater than that I'll get 503 Internal Server Error when trying to access a web page. It worked fine in