[seam-commits] Seam SVN: r7416 - branches/Seam_2_0/src/main/org/jboss/seam/security.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Feb 12 19:31:30 EST 2008
Author: shane.bryzak at jboss.com
Date: 2008-02-12 19:31:30 -0500 (Tue, 12 Feb 2008)
New Revision: 7416
Modified:
branches/Seam_2_0/src/main/org/jboss/seam/security/Identity.java
Log:
madmake authenticate() synchronized
Modified: branches/Seam_2_0/src/main/org/jboss/seam/security/Identity.java
===================================================================
--- branches/Seam_2_0/src/main/org/jboss/seam/security/Identity.java 2008-02-13 00:30:10 UTC (rev 7415)
+++ branches/Seam_2_0/src/main/org/jboss/seam/security/Identity.java 2008-02-13 00:31:30 UTC (rev 7416)
@@ -239,7 +239,7 @@
catch (LoginException ex) { }
}
- 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