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 11256a5  Align with 10.0.x/8.5.x
11256a5 is described below

commit 11256a53e976d15d9b536774919a2d3c57ce9cc8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri May 21 17:02:34 2021 +0100

    Align with 10.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

Reply via email to