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/17 00:12:54 UTC

cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/share/resin20 resin.conf

vmassol     2002/07/16 15:12:54

  Modified:    sample-servlet/conf/sample/conf/test/share/resin20
                        resin.conf
  Log:
  configure Resin to support BASIC authentication tests
  
  Revision  Changes    Path
  1.2       +6 -0      jakarta-cactus/sample-servlet/conf/sample/conf/test/share/resin20/resin.conf
  
  Index: resin.conf
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/conf/test/share/resin20/resin.conf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- resin.conf	10 Mar 2002 14:26:03 -0000	1.1
  +++ resin.conf	16 Jul 2002 22:12:54 -0000	1.2
  @@ -7,7 +7,13 @@
       <http port='@test.port@'/>
   
       <host id=''>
  +
  +      <authenticator class-name='com.caucho.http.security.XmlAuthenticator'>
  +        <init-param user='testuser:testpwd:test'/>
  +      </authenticator>
  +
         <war-dir id='.'/>
  +
       </host>
       
     </http-server>
  
  
  

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