[jboss-cvs] jboss-tomcat/src/resources ...

Anil Saldhana anil.saldhana at jboss.com
Thu Jul 27 16:22:39 EDT 2006


  User: asaldhana
  Date: 06/07/27 16:22:39

  Modified:    src/resources  server.xml
  Log:
  JBAS-3373: Make JBossWebRealm the default realm
  
  Revision  Changes    Path
  1.16      +1 -1      jboss-tomcat/src/resources/server.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: server.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-tomcat/src/resources/server.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- server.xml	21 Jun 2006 19:39:00 -0000	1.15
  +++ server.xml	27 Jul 2006 20:22:39 -0000	1.16
  @@ -53,7 +53,7 @@
              + strictAuthOnly = Allow any authenticated user only if there are no
              web-app/security-roles
            -->
  -         <Realm className="org.jboss.web.tomcat.security.JBossSecurityMgrRealm"
  +         <Realm className="org.jboss.web.tomcat.security.JBossWebRealm"
               certificatePrincipal="org.jboss.security.auth.certs.SubjectDNMapping"
               allRolesMode="authOnly"
               />
  
  
  



More information about the jboss-cvs-commits mailing list