[jboss-cvs] jboss-seam/src/main/org/jboss/seam/interceptors ...
Shane Bryzak
Shane_Bryzak at symantec.com
Tue Jan 9 06:50:37 EST 2007
User: sbryzak2
Date: 07/01/09 06:50:37
Modified: src/main/org/jboss/seam/interceptors
SecurityInterceptor.java
Log:
added identity.loggedIn
Revision Changes Path
1.17 +1 -1 jboss-seam/src/main/org/jboss/seam/interceptors/SecurityInterceptor.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SecurityInterceptor.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/SecurityInterceptor.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- SecurityInterceptor.java 8 Jan 2007 12:47:59 -0000 1.16
+++ SecurityInterceptor.java 9 Jan 2007 11:50:37 -0000 1.17
@@ -33,7 +33,7 @@
if (r != null)
{
- if (!Identity.loggedIn())
+ if (!Identity.instance().isLoggedIn())
throw new SecurityException("Not logged in");
if (!SeamSecurityManager.instance().evaluateExpression(r.value()))
More information about the jboss-cvs-commits
mailing list