]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add FallbackResource / PR58292 fix
authorEric Covener <covener@apache.org>
Thu, 27 Aug 2015 23:02:03 +0000 (23:02 +0000)
committerEric Covener <covener@apache.org>
Thu, 27 Aug 2015 23:02:03 +0000 (23:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1698240 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 316aafb9548f36b7bac65d3455292c39b2b696dd..4ab2368e64e1a4f4f5d21fd06b91d2e2e5c6b5d7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -312,6 +312,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     +1: icing, 
  
 
+  *) core/mod_dir: Avoid multiple subrequest filters which won't get properly removed
+     during internal redirects. PR 58292.
+     trunk: http://svn.apache.org/r1698239
+     2.4.x: trunk works
+     +1: covener
+
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) mod_ssl: add ALPN support by allowing other modules to register callbacks