nacho       01/08/25 09:12:46

  Modified:    src/examples/WEB-INF web.xml
  Log:
  Oops, reverting examples auth to FORM .
  
  Revision  Changes    Path
  1.14      +2 -2      jakarta-tomcat/src/examples/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/WEB-INF/web.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- web.xml   2001/08/25 14:14:59     1.13
  +++ web.xml   2001/08/25 16:12:46     1.14
  @@ -88,15 +88,16 @@
       </security-constraint>
   
       <!-- Default login configuration uses BASIC authentication -->
  +    <!--
       <login-config>
         <auth-method>BASIC</auth-method>
         <realm-name>Example Basic Authentication Area</realm-name>
       </login-config>
  +    -->
   
       <!-- Form-based login is enabled by default.  If you wish to
            try Basic authentication, comment out the <login-config>
            section below and uncomment the one above. -->
  -    <!--
       <login-config>
         <auth-method>FORM</auth-method>
         <realm-name>Example Form-Based Authentication Area</realm-name>
  @@ -105,6 +106,5 @@
           <form-error-page>/jsp/security/login/error.jsp</form-error-page>
         </form-login-config>
       </login-config>
  -    -->
   
   </web-app>
  
  
  

Reply via email to