You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/07/20 14:25:26 UTC

cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion15 application.xml principals.xml

vmassol     2002/07/20 05:25:26

  Modified:    sample-servlet/conf/sample/conf/test/share/orion14
                        application.xml principals.xml
               sample-servlet/conf/sample/conf/test/share/orion15
                        application.xml principals.xml
  Log:
  configure Orion properly to pass the Cactus BASIC authentication tests
  
  Revision  Changes    Path
  1.2       +4 -0      jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion14/application.xml
  
  Index: application.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion14/application.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- application.xml	10 Mar 2002 14:26:03 -0000	1.1
  +++ application.xml	20 Jul 2002 12:25:26 -0000	1.2
  @@ -5,6 +5,10 @@
   
       <web-module id="test" path="../test.war"/>
   
  +    <security-role-mapping name="test">
  +        <user name="testuser"/>
  +    </security-role-mapping>
  +
   	<namespace-access>
   		<read-access>
   			<namespace-resource root="">
  
  
  
  1.2       +3 -0      jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion14/principals.xml
  
  Index: principals.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion14/principals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- principals.xml	10 Mar 2002 14:26:03 -0000	1.1
  +++ principals.xml	20 Jul 2002 12:25:26 -0000	1.2
  @@ -24,5 +24,8 @@
   			<group-membership group="guests" />
   			<group-membership group="users" />
   		</user>
  +        <user username="testuser" password="testpwd" deactivated="false">
  +            <description>Cactus Test User</description>
  +        </user>
   	</users>
   </principals>
  
  
  
  1.2       +4 -0      jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion15/application.xml
  
  Index: application.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion15/application.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- application.xml	10 Mar 2002 14:26:03 -0000	1.1
  +++ application.xml	20 Jul 2002 12:25:26 -0000	1.2
  @@ -5,6 +5,10 @@
   
       <web-module id="test" path="../test.war"/>
   
  +    <security-role-mapping name="test">
  +        <user name="testuser"/>
  +    </security-role-mapping>
  +
   	<namespace-access>
   		<read-access>
   			<namespace-resource root="">
  
  
  
  1.2       +3 -0      jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion15/principals.xml
  
  Index: principals.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion15/principals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- principals.xml	10 Mar 2002 14:26:03 -0000	1.1
  +++ principals.xml	20 Jul 2002 12:25:26 -0000	1.2
  @@ -24,5 +24,8 @@
   			<group-membership group="guests" />
   			<group-membership group="users" />
   		</user>
  +        <user username="testuser" password="testpwd" deactivated="false">
  +            <description>Cactus Test User</description>
  +        </user>
   	</users>
   </principals>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>