[tomcat] 02/02: Weak eTag should be weak

2020-10-15 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit b85b00d461e4dab8655df3c2466aebb1369ed9f7
Author: Mark Thomas 
AuthorDate: Thu Oct 15 17:29:15 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 b514882..0e6665e 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 parameterSets = new ArrayList<>();
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] 02/02: Weak eTag should be weak

2020-10-15 Thread markt
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

commit 41d6f3dc23b8c1b67a4b74226cdc768202b6e62c
Author: Mark Thomas 
AuthorDate: Thu Oct 15 17:29:15 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 b514882..0e6665e 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 parameterSets = new ArrayList<>();
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] 02/02: Weak eTag should be weak

2020-10-15 Thread markt
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

commit 4b334d8326914dbfce4cd34515b053e0601d0a49
Author: Mark Thomas 
AuthorDate: Thu Oct 15 17:29:15 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 b514882..0e6665e 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 parameterSets = new ArrayList<>();
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org