"client" persistent properties are shared between users
-------------------------------------------------------
Key: TAPESTRY-320
URL: http://issues.apache.org/jira/browse/TAPESTRY-320
Project: Tapestry
Type: Bug
Reporter: Howard M. Lewis Ship
This is caused by a number of factors:
- The service model for tapestry.persist.ClientPropertyPersistenceStrategy was
primitive, not threaded
- The initialize method was not named properly
The end result is that a single ClientPropertyPersistenceStrategy instance was
being shared between all users, so that changes to state by one user would be
seen in later requests by all users.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]