[seam-commits] Seam SVN: r7415 - trunk/src/main/org/jboss/seam/security.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Feb 12 19:30:10 EST 2008
Author: shane.bryzak at jboss.com
Date: 2008-02-12 19:30:10 -0500 (Tue, 12 Feb 2008)
New Revision: 7415
Modified:
trunk/src/main/org/jboss/seam/security/Identity.java
Log:
make authenticate() synchronized
Modified: trunk/src/main/org/jboss/seam/security/Identity.java
===================================================================
--- trunk/src/main/org/jboss/seam/security/Identity.java 2008-02-11 21:43:16 UTC (rev 7414)
+++ trunk/src/main/org/jboss/seam/security/Identity.java 2008-02-13 00:30:10 UTC (rev 7415)
@@ -254,7 +254,7 @@
*
* @throws LoginException
*/
- public void authenticate()
+ public synchronized void authenticate()
throws LoginException
{
// If we're already authenticated, then don't authenticate again
More information about the seam-commits
mailing list