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 cm...@apache.org on 2003/04/29 17:30:24 UTC

cvs commit: jakarta-cactus/samples/servlet/src/webapp/j2ee13/WEB-INF web.xml

cmlenz      2003/04/29 08:30:24

  Modified:    samples/servlet/src/webapp/j2ee12/WEB-INF Tag:
                        CACTUS_14_ANT_BRANCH web.xml
               samples/servlet/src/webapp/j2ee13/WEB-INF Tag:
                        CACTUS_14_ANT_BRANCH web.xml
  Log:
  Remove tabs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +25 -25    jakarta-cactus/samples/servlet/src/webapp/j2ee12/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/servlet/src/webapp/j2ee12/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- web.xml	10 Apr 2003 08:36:43 -0000	1.1
  +++ web.xml	29 Apr 2003 15:30:22 -0000	1.1.2.1
  @@ -58,34 +58,34 @@
           <url-pattern>/TestJsp</url-pattern>
       </servlet-mapping>
   
  -  	<!-- Authentication -->
  +    <!-- Authentication -->
   
  -  	<security-constraint>
  -     	<web-resource-collection>
  -        	<web-resource-name>SecurityRestriction</web-resource-name>
  -         	<description>Protect the Cactus redirector servlet.</description>
  -         	<url-pattern>/ServletRedirectorSecure</url-pattern>
  -         	<http-method>GET</http-method>
  -         	<http-method>POST</http-method>
  -     	</web-resource-collection>
  -     	<auth-constraint>
  -         	<description>Authorized Users Group</description>
  -         	<role-name>test</role-name>
  -     	</auth-constraint>
  -     	<user-data-constraint>
  -        	<transport-guarantee>NONE</transport-guarantee>
  -    	</user-data-constraint>
  -   	</security-constraint>
  +    <security-constraint>
  +      <web-resource-collection>
  +          <web-resource-name>SecurityRestriction</web-resource-name>
  +          <description>Protect the Cactus redirector servlet.</description>
  +          <url-pattern>/ServletRedirectorSecure</url-pattern>
  +          <http-method>GET</http-method>
  +          <http-method>POST</http-method>
  +      </web-resource-collection>
  +      <auth-constraint>
  +          <description>Authorized Users Group</description>
  +          <role-name>test</role-name>
  +      </auth-constraint>
  +      <user-data-constraint>
  +          <transport-guarantee>NONE</transport-guarantee>
  +      </user-data-constraint>
  +    </security-constraint>
   
       <login-config>
  -    	<auth-method>BASIC</auth-method>
  -   	</login-config>
  +      <auth-method>BASIC</auth-method>
  +    </login-config>
   
  -	<security-role>
  -		<description>Test role</description>
  -		<role-name>test</role-name>
  -	</security-role>
  +  <security-role>
  +    <description>Test role</description>
  +    <role-name>test</role-name>
  +  </security-role>
   
  -  	<!-- End Authentication -->
  +    <!-- End Authentication -->
   
  -</web-app>
  \ No newline at end of file
  +</web-app>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +25 -25    jakarta-cactus/samples/servlet/src/webapp/j2ee13/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/servlet/src/webapp/j2ee13/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- web.xml	10 Apr 2003 08:36:43 -0000	1.1
  +++ web.xml	29 Apr 2003 15:30:22 -0000	1.1.2.1
  @@ -53,35 +53,35 @@
           <url-pattern>/ServletRedirectorOverride</url-pattern>
       </servlet-mapping>
   
  -  	<!-- Authentication -->
  +    <!-- Authentication -->
   
  -  	<security-constraint>
  -     	<web-resource-collection>
  -        	<web-resource-name>SecurityRestriction</web-resource-name>
  -         	<description>Protect the Cactus redirector servlet.</description>
  -         	<url-pattern>/ServletRedirectorSecure</url-pattern>
  -         	<http-method>GET</http-method>
  -         	<http-method>POST</http-method>
  -     	</web-resource-collection>
  -     	<auth-constraint>
  -         	<description>Authorized Users Group</description>
  -         	<role-name>test</role-name>
  -     	</auth-constraint>
  -     	<user-data-constraint>
  -        	<transport-guarantee>NONE</transport-guarantee>
  -    	</user-data-constraint>
  -   	</security-constraint>
  +    <security-constraint>
  +      <web-resource-collection>
  +          <web-resource-name>SecurityRestriction</web-resource-name>
  +          <description>Protect the Cactus redirector servlet.</description>
  +          <url-pattern>/ServletRedirectorSecure</url-pattern>
  +          <http-method>GET</http-method>
  +          <http-method>POST</http-method>
  +      </web-resource-collection>
  +      <auth-constraint>
  +          <description>Authorized Users Group</description>
  +          <role-name>test</role-name>
  +      </auth-constraint>
  +      <user-data-constraint>
  +          <transport-guarantee>NONE</transport-guarantee>
  +      </user-data-constraint>
  +    </security-constraint>
   
       <login-config>
  -    	<auth-method>BASIC</auth-method>
  +      <auth-method>BASIC</auth-method>
           <realm-name>Sample Cactus Servlet Application</realm-name>
  -   	</login-config>
  +    </login-config>
   
  -	<security-role>
  -		<description>Test role</description>
  -		<role-name>test</role-name>
  -	</security-role>
  +  <security-role>
  +    <description>Test role</description>
  +    <role-name>test</role-name>
  +  </security-role>
   
  -  	<!-- End Authentication -->
  +    <!-- End Authentication -->
   
  -</web-app>
  \ No newline at end of file
  +</web-app>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org