You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2014/03/30 20:27:13 UTC

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

Author: rjung
Date: Sun Mar 30 18:27:13 2014
New Revision: 1583180

URL: http://svn.apache.org/r1583180
Log:
Propose.

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=1583180&r1=1583179&r2=1583180&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Mar 30 18:27:13 2014
@@ -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