Re: HTTP Error 414. The request URL is too long.

2023-03-10 Thread Christopher Schultz
that helps you sort it out with the application to find what huge data is being push onto the url and limit it. -Original Message- From: Mark Thomas Sent: Friday, March 10, 2023 9:34 AM To: users@tomcat.apache.org Subject: Re: HTTP Error 414. The request URL is too long. On 09/03/2023 20

Re: HTTP Error 414. The request URL is too long.

2023-03-10 Thread Stefan Mayr
Am 10.03.2023 um 08:27 schrieb Stefan Mayr: Am 10.03.2023 um 07:58 schrieb Thomas Hoffmann (Speed4Trade GmbH): Hello, -Ursprüngliche Nachricht- Von: Seth Mayers Gesendet: Freitag, 10. März 2023 01:14 An: Tomcat Users List Betreff: Re: HTTP Error 414. The request URL is too long

Re: HTTP Error 414. The request URL is too long.

2023-03-09 Thread Stefan Mayr
Am 10.03.2023 um 07:58 schrieb Thomas Hoffmann (Speed4Trade GmbH): Hello, -Ursprüngliche Nachricht- Von: Seth Mayers Gesendet: Freitag, 10. März 2023 01:14 An: Tomcat Users List Betreff: Re: HTTP Error 414. The request URL is too long. Thanks. Sadly I know how the data is being

AW: HTTP Error 414. The request URL is too long.

2023-03-09 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Seth Mayers > Gesendet: Freitag, 10. März 2023 01:14 > An: Tomcat Users List > Betreff: Re: HTTP Error 414. The request URL is too long. > > Thanks. Sadly I know how the data is being pushed. It is poorly architected. >

Re: HTTP Error 414. The request URL is too long.

2023-03-09 Thread Seth Mayers
u sort it out with the application to find what huge > data is being push onto the url and limit it. > > -Original Message- > > From: Mark Thomas > > Sent: Friday, March 10, 2023 9:34 AM > > To: users@tomcat.apache.org > > Subject: Re: HTTP Error 414. The requ

Re: HTTP Error 414. The request URL is too long.

2023-03-09 Thread Terence M. Bandoian
is being push onto the url and limit it. -Original Message- From: Mark Thomas Sent: Friday, March 10, 2023 9:34 AM To: users@tomcat.apache.org Subject: Re: HTTP Error 414. The request URL is too long. On 09/03/2023 20:59, Seth Mayers wrote: I am running Apache Tomcat Version 9.0.48. If I

RE: HTTP Error 414. The request URL is too long.

2023-03-09 Thread Jason Tan
it. -Original Message- From: Mark Thomas Sent: Friday, March 10, 2023 9:34 AM To: users@tomcat.apache.org Subject: Re: HTTP Error 414. The request URL is too long. On 09/03/2023 20:59, Seth Mayers wrote: > I am running Apache Tomcat Version 9.0.48. > > If I post a transaction tha

Re: HTTP Error 414. The request URL is too long.

2023-03-09 Thread Mark Thomas
On 09/03/2023 20:59, Seth Mayers wrote: I am running Apache Tomcat Version 9.0.48. If I post a transaction that is very large, I get the "414; The request URL is too long". I have tried adding a bunch of parameters to my server.xml file but none of them seem to work. I have tried:

HTTP Error 414. The request URL is too long.

2023-03-09 Thread Seth Mayers
I am running Apache Tomcat Version 9.0.48. If I post a transaction that is very large, I get the "414; The request URL is too long". I have tried adding a bunch of parameters to my server.xml file but none of them seem to work. I have tried: maxHttpHeaderSize="262144" maxSavePostSize="-1"