Re: 6.0.19 feature to not swallow input if the connection is going to be closed

2010-01-15 Thread Ronald Klop
Hello, I think this is an interesting question. I wonder why there is no answer. Ronald. Op vrijdag, 8 januari 2010 17:20 schreef Lock Ian IC : Hi There was a feature introduced in 6.0.19 to not swallow the inputStream if the servlet throws an exception and the connection is going t

6.0.19 feature to not swallow input if the connection is going to be closed

2010-01-08 Thread Lock Ian IC
Hi There was a feature introduced in 6.0.19 to not swallow the inputStream if the servlet throws an exception and the connection is going to be closed. Without this, Tomcat drains the inputStream, so for example If you're uploading a large file it ties up the thread until input is drained - wh