Author: shane.bryzak(a)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
Show replies by date