From: Eric Covener Date: Mon, 23 Jun 2014 12:53:45 +0000 (+0000) Subject: remove proposal, this block of code is removed in 2.4 now and Rainer X-Git-Tag: 2.4.10~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a296e78cfc222bef54664fe77a39d45c18a8fe8f;p=apache remove proposal, this block of code is removed in 2.4 now and Rainer 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 --- diff --git a/STATUS b/STATUS index 676f172887..57c2ca37c9 100644 --- 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.