Re: Hanging write to the client when the response is too big

2014-03-17 Thread Mark Thomas
On 17/03/2014 09:52, Martin Grigorov wrote: > On Mon, Mar 17, 2014 at 11:29 AM, Mark Thomas wrote: > >> On 17/03/2014 09:06, Martin Grigorov wrote: >>> Hi, >>> >>> A user of Apache Wicket has reported a problem where Tomcat hangs when >>> writing the response to the browser - >>> https://issues.a

Re: Hanging write to the client when the response is too big

2014-03-17 Thread Martin Grigorov
On Mon, Mar 17, 2014 at 11:29 AM, Mark Thomas wrote: > On 17/03/2014 09:06, Martin Grigorov wrote: > > Hi, > > > > A user of Apache Wicket has reported a problem where Tomcat hangs when > > writing the response to the browser - > > https://issues.apache.org/jira/browse/WICKET-5530 > > > > The app

Re: Hanging write to the client when the response is too big

2014-03-17 Thread Mark Thomas
On 17/03/2014 09:06, Martin Grigorov wrote: > Hi, > > A user of Apache Wicket has reported a problem where Tomcat hangs when > writing the response to the browser - > https://issues.apache.org/jira/browse/WICKET-5530 > > The application tries to upload a file (with Ajax) with bigger size than > t

Hanging write to the client when the response is too big

2014-03-17 Thread Martin Grigorov
Hi, A user of Apache Wicket has reported a problem where Tomcat hangs when writing the response to the browser - https://issues.apache.org/jira/browse/WICKET-5530 The application tries to upload a file (with Ajax) with bigger size than the allowed one. Then in the Ajax response it tries to write