Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 69274 invoked from network); 4 Nov 2001 05:15:05 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 4 Nov 2001 05:15:05 -0000 Received: (qmail 29159 invoked from network); 4 Nov 2001 05:17:29 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 4 Nov 2001 05:17:29 -0000 Received: (qmail 21591 invoked by uid 97); 4 Nov 2001 05:15:04 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 21574 invoked by uid 97); 4 Nov 2001 05:15:03 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 21561 invoked by uid 50); 4 Nov 2001 05:15:02 -0000 Date: 4 Nov 2001 05:15:02 -0000 Message-ID: <20011104051502.21560.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 4613] - Thread which extracts Session object obtained from HttpSessionBindingEvent & queries the session object hangs X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4613 Thread which extracts Session object obtained from HttpSessionBindingEvent & queries the session object hangs ------- Additional Comments From william.barker@wilshire.com 2001-11-03 21:15 ------- Most likely what is happening is that it is throwing an InvalidStateException due to the fact that the session has expired, and calls to getAttribute are no longer allowed. This is exactly what the 2.3 servlet spec specifies (it was unspecified in the 2.2 spec), so Remy (and Tomcat) are right. -- To unsubscribe, e-mail: For additional commands, e-mail: