DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=18479>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=18479

HttpSessionBindingListener.valueUnbound() not called





------- Additional Comments From [EMAIL PROTECTED]  2004-04-16 01:48 -------
Just to be clear, the listeners are null only when Tomcat is removing
non-serializable attributes.  Listeners exist (as they should) when attributes
are removed during normal session expiration.  And valueUnbound() always works
just fine.  So, the bug here is to make sure HttpSessionAttributeListeners get
called in cases where the attribue is being removed because the attribute's
value isn't serializable.

Jake

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to