]> granicus.if.org Git - apache/commitdiff
Updated backport proposal with the latest discussion on dev@
authorLuca Toscano <elukey@apache.org>
Sat, 27 Aug 2016 10:12:23 +0000 (10:12 +0000)
committerLuca Toscano <elukey@apache.org>
Sat, 27 Aug 2016 10:12:23 +0000 (10:12 +0000)
about Last-Modified header handling.
I removed jchampion's vote since it was related to a completely
different solution.

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

STATUS

diff --git a/STATUS b/STATUS
index 5f098e21691564a67a35115b6fce989f7ec57b28..7fffb23bc4c4fea19f7177c937c1c33efe67d4b6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -129,9 +129,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      ylavic: there may be missing bits, see thread for commit r1736510.
 
   *) core: Drop an invalid Last-Modified header value coming
-     from a FCGI/CGI script instead of replacing it with Unix epoch.
-     Warn the users about Last-Modified header value replacements and
-     improved handling of non-GMT datestr.
+     from a (F)CGI script instead of replacing it with Unix epoch.
+     Warn the users about Last-Modified header value replacements
+     and violations of the RFC.
      trunk patch: http://svn.apache.org/r1748379
                   http://svn.apache.org/r1750747
                   http://svn.apache.org/r1750749
@@ -139,11 +139,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1751138
                   http://svn.apache.org/r1751139
                   http://svn.apache.org/r1751147
-     2.4.x: trunk patches works (final view http://apaste.info/9v3)
-     The last revision has been discussed in dev@ and submitted by Yann.
+                  http://svn.apache.org/r1757818
+     2.4.x: trunk patches works (final view http://apaste.info/FCs)
+     The last revision has been discussed extensively in dev@ and this seems to be
+     a good compromise for the moment.
      Tested the code with a simple PHP script returning different Last-Modified
-     headers (GMT now, GMT now Europe/Paris, GMT tomorrow, GMT yesterday).
-     +1: elukey, jchampion
+     headers (GMT now, GMT now Europe/Paris, GMT tomorrow, GMT yesterday, PST now).
+     +1: elukey
 
   *) CMake: fix various issues for Windows/Visual Studio build environments.
      PR59685.