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=23525>. 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=23525 HttpSessionListener implementors are called to late according to Servlet Specification 2.4 Final Draft 3 ------- Additional Comments From [EMAIL PROTECTED] 2003-10-02 10:26 ------- I'm considering this patch (which I don't have time to test). Jean-Francois, can you test if it actually works ? RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session/StandardSession.java,v retrieving revision 1.22 diff -r1.22 StandardSession.java 578c578 < if (!this.isValid || this.expiring) { --- > if (!this.isValid) { 579a580,582 > } > if (this.expiring) { > return true; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]