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 63f72b89ff Fix comment (thanks to Chuck) 63f72b89ff is described below commit 63f72b89fffe8ad60b1d3c8edf6221f78a11c539 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Apr 16 14:20:04 2024 +0100 Fix comment (thanks to Chuck) --- java/org/apache/catalina/authenticator/BasicAuthenticator.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java/org/apache/catalina/authenticator/BasicAuthenticator.java b/java/org/apache/catalina/authenticator/BasicAuthenticator.java index 7060cca97c..1bfd552cf1 100644 --- a/java/org/apache/catalina/authenticator/BasicAuthenticator.java +++ b/java/org/apache/catalina/authenticator/BasicAuthenticator.java @@ -226,8 +226,7 @@ public class BasicAuthenticator extends AuthenticatorBase { } /* - * The authorization method string is case-insensitive and must have at exactly one space character as a - * delimiter. + * The authorization method string is case-insensitive and must have exactly one space character as a delimiter. */ private void parseMethod() throws IllegalArgumentException { if (authorization.startsWithIgnoreCase(METHOD, 0)) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org