You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/04/22 21:05:46 UTC

DO NOT REPLY [Bug 19223] - Action.isTokenValid should not synchronize on session instance

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=19223>.
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=19223

Action.isTokenValid should not synchronize on session instance





------- Additional Comments From mark.abbott@openwave.com  2003-04-22 19:05 -------
Even if the Session instance might vary, doesn't
the container guarantee that different threads on the 
same node (same JVM) and same servlet context will
same the same contents of that Session object?  If so,
then one need merely synchronize on some object that has
been placed into the session.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org