[jboss-cvs] jboss-seam/src/main/org/jboss/seam/security ...
Shane Bryzak
Shane_Bryzak at symantec.com
Tue Jan 23 09:50:11 EST 2007
User: sbryzak2
Date: 07/01/23 09:50:11
Modified: src/main/org/jboss/seam/security Identity.java
Removed: src/main/org/jboss/seam/security SeamSecurityManager.java
Log:
renamed SeamSecurityManager -> Security
Revision Changes Path
1.14 +1 -1 jboss-seam/src/main/org/jboss/seam/security/Identity.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Identity.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/Identity.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- Identity.java 18 Jan 2007 14:23:58 -0000 1.13
+++ Identity.java 23 Jan 2007 14:50:11 -0000 1.14
@@ -108,7 +108,7 @@
if (!isLoggedIn())
throw new NotLoggedInException();
- if (!SeamSecurityManager.instance().evaluateExpression(expr))
+ if (!Security.instance().evaluateExpression(expr))
throw new AuthorizationException(String.format(
"Authorization check failed for expression [%s]", expr));
}
More information about the jboss-cvs-commits
mailing list