> From: Leonard Gestrin [mailto:leonard.gest...@markettools.com] > Subject: request.getSession() generates IllegalStateException in top > filter(appears, response not being recycled properly if SocketException > happenedfor it in the past) > > After a while, the same response object is being used by tomcat again, > but as it gets to a first filter, I can see that it's already in > commited state (response.isCommitted()==true)
It's not completely clear from your description whether the filter is part of the request that encountered the socket error or a different request. If the former, the behavior you observe is expected; if the latter, you may be running into this bug, fixed over a year ago: https://issues.apache.org/bugzilla/show_bug.cgi?id=30949 > This is tomcat apache-tomcat-5.5.20, JRE 15, WinXP. What happens if you try it on a version that's not over 2.5 years old? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org