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=9077>. 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=9077 SingleSignOn and session invalidate ------- Additional Comments From [EMAIL PROTECTED] 2003-11-24 20:09 ------- I just added a new attachment that fixes three problems with the attachment dated 04/29/03 22:54: 1) The comparison on the timeout was comparing seconds to milliseconds. Added a scaling factor of 1000 to compensate. 2) A value was removed from the reverse map with being called in a synchronized block. Added a synchronized block on reverse. 3) Removing a session from the SingleSignOnEntry was causing an IndexOutOfBounds exception. Added logic to test more carefully how to resize the array. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]