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

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


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

commit 7efb3baf6743f5b088a5fe2d5f11d9df7a3df644
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 103b7d3a0c..eb9e4dbc20 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