This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new 4c7447e Weak eTag should be weak 4c7447e is described below commit 4c7447e8aa1aba7deac2bbc57c7894779034bdef Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Oct 15 19:16:52 2020 +0100 Weak eTag should be weak --- .../org/apache/catalina/servlets/TestDefaultServletIfMatchRequests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/servlets/TestDefaultServletIfMatchRequests.java b/test/org/apache/catalina/servlets/TestDefaultServletIfMatchRequests.java index 5c580ab..6b98921 100644 --- a/test/org/apache/catalina/servlets/TestDefaultServletIfMatchRequests.java +++ b/test/org/apache/catalina/servlets/TestDefaultServletIfMatchRequests.java @@ -58,7 +58,7 @@ public class TestDefaultServletIfMatchRequests extends TomcatBaseTest { resourceETagWeak = "W/" + resourceETagStrong; String otherETagStrong = "\"123456789\""; - String otherETagWeak = "\"123456789\""; + String otherETagWeak = "W/\"123456789\""; List<Object[]> parameterSets = new ArrayList<Object[]>(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org