This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new faaab45bcc Update reference to RFC for BASIC authentication to RFC 7617 faaab45bcc is described below commit faaab45bcc88c1baa98a28a4ffc4d34b12314f43 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