Re: [users@httpd] Apache HTTPD returning status code 413

2015-10-30 Thread Kurtis Rader
On Fri, Oct 30, 2015 at 10:36 AM, Scott Neville < scott.nevi...@bluestar-software.co.uk> wrote: > I have a theory that one of the firewalls/gateways/routers is adding > something to the HTTP request headers (or maybe the body of the request) > which is making it too long for a GET request. Is

Re: [users@httpd] Apache HTTPD returning status code 413

2015-10-30 Thread Eric Covener
On Fri, Oct 30, 2015 at 1:36 PM, Scott Neville wrote: > I have a theory that one of the firewalls/gateways/routers is adding > something to the HTTP request headers (or maybe the body of the request) > which is making it too long for a GET request. Is there

[users@httpd] Apache HTTPD returning status code 413

2015-10-30 Thread Scott Neville
Hi, I am looking after a web based application which is developed in Java and fronted by Apache HTTPD (via mod_jk to Tomcat to be specific). We have noticed a very small number of requests which Apache HTTPD returns a status code of 413 to a request which would appear legitimate. When you