]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose.
authorGraham Leggett <minfrin@apache.org>
Sun, 5 Jul 2020 13:25:01 +0000 (13:25 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 5 Jul 2020 13:25:01 +0000 (13:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879529 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4c1048e25a941e736e5f10efd80f1215e9486ea1..dcc4ad57200a5c70b7142ff08fc3c42d0b33e059 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -223,6 +223,28 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1864868 ^/httpd/httpd/trunk .
      +1: jailletc36,
 
+ *) "[mod_dav_fs etag handling] should really honor the FileETag setting".
+     - It now does.
+     - Add "Digest" to FileETag directive, allowing a strong ETag to be
+       generated using a file digest.
+     - Add ap_make_etag_ex() and ap_set_etag_fd() to allow full control over
+       ETag generation.
+     - Add concept of "binary notes" to request_rec, allowing packed bit flags
+       to be added to a request.
+     - First binary note - AP_REQUEST_STRONG_ETAG - allows modules to force
+       the ETag to a strong ETag to comply with RFC requirements, such as those
+       mandated by various WebDAV extensions.
+    trunk patch http://svn.apache.org/r1879285
+                http://svn.apache.org/r1879322
+                http://svn.apache.org/r1879345
+                http://svn.apache.org/r1879346
+                http://svn.apache.org/r1879465
+                http://svn.apache.org/r1879469
+                http://svn.apache.org/r1879470
+                http://svn.apache.org/r1879488
+    2.4.x patch https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-etag1.patch
+    +1: minfrin
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]