[richfaces-issues] [JBoss JIRA] Created: (RF-1924) AjaxStateManager is not cluster safe
Michael Youngstrom (JIRA)
jira-events at lists.jboss.org
Tue Jan 15 19:29:18 EST 2008
AjaxStateManager is not cluster safe
------------------------------------
Key: RF-1924
URL: http://jira.jboss.com/jira/browse/RF-1924
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Michael Youngstrom
Fix For: 3.1.4
The JSF-RI recently discovered that it's state management was not cluster safe since it uses a local value for state ids multiple nodes in a cluster could potentially start overriding the state for other pages.
AjaxStateManager is using a local variable for state id generation so will have the same problems the RI used to have in cluster environments.
For more context see this RI issue:
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=662
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list