]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
On the 2.4.x branch: Propose the mod_brotli/mod_deflate 304 handling
authorEvgeny Kotkov <kotkov@apache.org>
Tue, 9 Oct 2018 12:31:58 +0000 (12:31 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Tue, 9 Oct 2018 12:31:58 +0000 (12:31 +0000)
fix (r1843242) for backport.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1843245 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 77cc6f9111759138ec2c44981311dcfd8e5cc277..3418579d4b624a21854b69d00814769191c9ede6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -202,6 +202,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
             svn merge -c r1842540 ^/httpd/httpd/trunk .
      +1: ylavic, icing (by inspection)
 
+  *) mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified
+     responses allowing these modules to properly set or fix-up the response
+     headers such as Vary or ETag. Fixes a potential violation of RFC7232, 4.1.
+     Regression introduced in 2.4.35.
+     trunk patch: https://svn.apache.org/r1843242
+     2.4.x patch: svn merge -c 1843242 ^/httpd/httpd/trunk .
+     Note: The related discussion is in
+       https://lists.apache.org/thread.html/f5733ca6743757e8aa8b58a0cd9e27680971551c2a20f5606c66507e@%3Cdev.httpd.apache.org%3E
+     Note: Presumably, this needs a separate CHANGES entry that is not included
+     in the 2.4.x patch.
+     +1: kotkov
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]