Author: shane.bryzak(a)jboss.com
Date: 2008-01-31 17:54:14 -0500 (Thu, 31 Jan 2008)
New Revision: 7324
Modified:
trunk/src/main/org/jboss/seam/security/Identity.java
Log:
reset the username upon unauthenticating
Modified: trunk/src/main/org/jboss/seam/security/Identity.java
===================================================================
--- trunk/src/main/org/jboss/seam/security/Identity.java 2008-01-31 22:53:19 UTC (rev
7323)
+++ trunk/src/main/org/jboss/seam/security/Identity.java 2008-01-31 22:54:14 UTC (rev
7324)
@@ -305,6 +305,7 @@
{
principal = null;
subject = new Subject();
+ username = null;
}
protected LoginContext getLoginContext() throws LoginException
Show replies by date