Re: [Resin-interest] HTTP header size

2012-03-13 Thread Scott Ferguson
On 03/12/2012 09:30 PM, Deepak Ramaprasad wrote: s there a way to increase the HTTP header size? There are malicious clients that try to break into the server with long requests. Resin's size limit is designed to protect against that. So if this is an externally visible site, that

Re: [Resin-interest] HTTP header size

2012-03-12 Thread Scott Ferguson
On 03/12/2012 05:55 AM, Deepak Ramaprasad wrote: Greetings! Is there a way to increase the HTTP header size? What is the default? The default is pretty large (8k for the URL, and 16k for the headers.) I'm getting this: == log/jvm-default.log== [12-03-12 18:21:48.340] {http://*:8080-10}

Re: [Resin-interest] HTTP header size

2012-03-12 Thread Deepak Ramaprasad
On Mon, Mar 12, 2012 at 9:23 PM, Scott Ferguson f...@caucho.com wrote: On 03/12/2012 05:55 AM, Deepak Ramaprasad wrote: Is there a way to increase the HTTP header size? There are malicious clients that try to break into the server with long requests. Resin's size limit is designed to protect