You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/06/23 14:53:45 UTC

svn commit: r1604787 - /httpd/httpd/branches/2.4.x/STATUS

Author: covener
Date: Mon Jun 23 12:53:45 2014
New Revision: 1604787

URL: http://svn.apache.org/r1604787
Log:
remove proposal, this block of code is removed in 2.4 now and Rainer
agreed in the thread following r1583175


Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1604787&r1=1604786&r2=1604787&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jun 23 12:53:45 2014
@@ -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.