]> granicus.if.org Git - apache/commitdiff
remove proposal, this block of code is removed in 2.4 now and Rainer
authorEric Covener <covener@apache.org>
Mon, 23 Jun 2014 12:53:45 +0000 (12:53 +0000)
committerEric Covener <covener@apache.org>
Mon, 23 Jun 2014 12:53:45 +0000 (12:53 +0000)
agreed in the thread following r1583175

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

STATUS

diff --git a/STATUS b/STATUS
index 676f17288732e6cc7806fa7c7d216b2771909a80..57c2ca37c918af064d7fca7ef5f204aa88344fc3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -122,17 +122,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      ylavic: does not depend on r1572092 or r1572655 and al above,
              these proposals can be backported in any order.
 
-   * 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,
-     -1: covener would rather take this oppty to remove it from AliasMatch, the
-         prefix and docroot don't make sense. See next proposal.
-
    * mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
      OCSP requests should use a nonce to be checked against the responder's
      one. PR 56233.