You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@locus.apache.org on 2000/08/21 18:05:42 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Authenticators.properties

craigmcc    00/08/21 09:05:41

  Modified:    catalina/src/share/org/apache/catalina/startup
                        Authenticators.properties
  Log:
  Correct the class names for the default authenticators for Catalina.
  
  Submitted by: Paul Lamb <pa...@redfork.com>
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup/Authenticators.properties
  
  Index: Authenticators.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup/Authenticators.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Authenticators.properties	2000/08/11 23:38:41	1.1
  +++ Authenticators.properties	2000/08/21 16:05:40	1.2
  @@ -1,3 +1,3 @@
  -BASIC=org.apache.tomcat.authenticator.BasicAuthenticator
  -DIGEST=org.apache.tomcat.authenticator.DigestAuthenticator
  -FORM=org.apache.tomcat.authenticator.FormAuthenticator
  +BASIC=org.apache.catalina.authenticator.BasicAuthenticator
  +DIGEST=org.apache.catalina.authenticator.DigestAuthenticator
  +FORM=org.apache.catalina.authenticator.FormAuthenticator