This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new e8fb2de8d8 Update reference to RFC for BASIC authentication to RFC 7617
e8fb2de8d8 is described below
commit e8fb2de8d8f9ed4a75ef807c407f0903b5dc275d
Author: Mark Thomas <[email protected]>
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 f19c89c6a6..7ec9c43862 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: [email protected]
For additional commands, e-mail: [email protected]