This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 59f552c31b Update reference to RFC for BASIC authentication to RFC 7617
59f552c31b is described below

commit 59f552c31b0b1a69462a5c08137662a56a5f45ac
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Mar 3 14:04:15 2023 +0000

    Update reference to RFC for BASIC authentication to RFC 7617
---
 java/org/apache/catalina/authenticator/BasicAuthenticator.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/authenticator/BasicAuthenticator.java 
b/java/org/apache/catalina/authenticator/BasicAuthenticator.java
index 3b8b26fb48..27ab6ec60d 100644
--- a/java/org/apache/catalina/authenticator/BasicAuthenticator.java
+++ b/java/org/apache/catalina/authenticator/BasicAuthenticator.java
@@ -32,8 +32,8 @@ import org.apache.tomcat.util.buf.MessageBytes;
 import org.apache.tomcat.util.codec.binary.Base64;
 
 /**
- * An <b>Authenticator</b> and <b>Valve</b> implementation of HTTP BASIC 
Authentication, as outlined in RFC 2617: "HTTP
- * Authentication: Basic and Digest Access Authentication."
+ * An <b>Authenticator</b> and <b>Valve</b> implementation of HTTP BASIC 
Authentication, as outlined in RFC 7617: "The
+ * 'Basic' HTTP Authentication Scheme"
  *
  * @author Craig R. McClanahan
  */


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to