[jboss-cvs] jbosstest/src/resources/test-configs/jacc/deploy/jbossweb-tomcat6.sar ...

Anil Saldhana anil.saldhana at jboss.com
Tue Jul 11 13:57:04 EDT 2006


  User: asaldhana
  Date: 06/07/11 13:57:04

  Modified:    src/resources/test-configs/jacc/deploy/jbossweb-tomcat6.sar 
                        server.xml
  Log:
  JBAS-3373: Try the new JBossWebRealm as part of the jacc testsuite
  
  Revision  Changes    Path
  1.2       +4 -1      jbosstest/src/resources/test-configs/jacc/deploy/jbossweb-tomcat6.sar/server.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: server.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/test-configs/jacc/deploy/jbossweb-tomcat6.sar/server.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- server.xml	27 Jun 2006 20:46:01 -0000	1.1
  +++ server.xml	11 Jul 2006 17:57:04 -0000	1.2
  @@ -20,10 +20,13 @@
            behavior of JBossSecurityMgrRealm, but overrides the authorization
            checks to use JACC permissions with the current java.security.Policy
            to determine authorized access.
  -         -->
            <Realm className="org.jboss.web.tomcat.security.JaccAuthorizationRealm"
               certificatePrincipal="org.jboss.security.auth.certs.SubjectDNMapping"
               />
  +         -->
  +         <Realm className="org.jboss.web.tomcat.security.JBossWebRealm"
  +            certificatePrincipal="org.jboss.security.auth.certs.SubjectDNMapping"
  +            />
   
            <Host name="localhost"
               autoDeploy="false" deployOnStartup="false" deployXML="false">
  
  
  



More information about the jboss-cvs-commits mailing list