DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3973>. 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=3973 session.getAttribute() locks-up in HttpSessionListener.sessionDestroyed() [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID Summary|session.getAttribute() |session.getAttribute() |locks-up in |locks-up in |HttpSessionListener.sessionD|HttpSessionListener.sessionD |estroyed() |estroyed() ------- Additional Comments From [EMAIL PROTECTED] 2001-10-04 18:15 ------- Actually, what very likely happens is that an IllegalStateException is raised on the session.getAttribute call, since the session is invalidated (and so the message is never displayed). Is the exception printed out in the logs ? HttpSession.getAttribute Javadoc: Returns the object bound with the specified name in this session, or null if no object is bound under the name. Parameters: name - a string specifying the name of the object Returns: the object with the specified name Throws: java.lang.IllegalStateException - if this method is called on an invalidated session
