]> granicus.if.org Git - apache/commitdiff
Propose.
authorRainer Jung <rjung@apache.org>
Sun, 30 Mar 2014 18:27:13 +0000 (18:27 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 30 Mar 2014 18:27:13 +0000 (18:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1583180 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 28a384492f03cebe738578b6027062c1aa517633..93661b2fb1846d70253caa3bca555639ecad29fe 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -200,8 +200,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * mod_reqtimeout: Don't add filters and create new connection configs
      for each keepalive request under event MPM. PR56216
      trunk patch: http://svn.apache.org/r1580568
-     2.4.x patch: trunk wrks
+     2.4.x patch: trunk works
 
+   * mod_alias: Fix segfault in mod_alias introduced in r1132494.
+     AliasMatch does not append unmatched parts of the original URI
+     to the new URI. So no need to subtract anything from the new URI length.
+     The existing code crashed when using "AliasMatch / /some/thing" and
+     sending a request with a long URI.
+     trunk patch: http://svn.apache.org/r1583175
+     2.4.x patch: trunk works
+     +1: rjung,
 
 OTHER PROPOSALS