This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 8e2aa5e Align with 9.0.x/8.5.x 8e2aa5e is described below commit 8e2aa5e45ce13388da62386e3cb1dbfa3b242b4b Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri May 21 17:02:00 2021 +0100 Align with 9.0.x/8.5.x --- test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java b/test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java index c7d86b9..9436f33 100644 --- a/test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java +++ b/test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java @@ -512,6 +512,4 @@ public class TestAuthorizationDigest { Map<String,String> result = Authorization.parseAuthorizationDigest(input); Assert.assertNull(result); } - - } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org