[jboss-cvs] JBossAS SVN: r63082 - trunk/server/src/main/org/jboss/web/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 15 23:35:11 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-05-15 23:35:11 -0400 (Tue, 15 May 2007)
New Revision: 63082

Modified:
   trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java
Log:
move Util to SecurityUtil

Modified: trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java
===================================================================
--- trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java	2007-05-16 03:34:50 UTC (rev 63081)
+++ trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java	2007-05-16 03:35:11 UTC (rev 63082)
@@ -359,7 +359,7 @@
       if(prefixedSecurityDomain != null)
       {
          AuthorizationManager authzmgr = 
-             org.jboss.security.Util.getAuthorizationManager(prefixedSecurityDomain);
+             org.jboss.security.SecurityUtil.getAuthorizationManager(prefixedSecurityDomain);
          if(authzmgr instanceof PolicyRegistration)
          {
             PolicyRegistration xam = (PolicyRegistration)authzmgr;




More information about the jboss-cvs-commits mailing list