From: Rainer Jung Date: Sun, 30 Mar 2014 18:27:13 +0000 (+0000) Subject: Propose. X-Git-Tag: 2.4.10~396 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f0c62452b23198796b3f27bf037c3d1f3c91d47;p=apache Propose. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1583180 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 28a384492f..93661b2fb1 100644 --- 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