You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/10/01 16:49:11 UTC

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

Author: trawick
Date: Mon Oct  1 14:49:11 2012
New Revision: 1392365

URL: http://svn.apache.org/viewvc?rev=1392365&view=rev
Log:
missing-host-header error path tweak

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=1392365&r1=1392364&r2=1392365&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Oct  1 14:49:11 2012
@@ -224,6 +224,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://people.apache.org/~trawick/winnt-cleanups-from-trunk-20120924.txt
      +1: trawick, gsmith
 
+   * core: ErrorDocument now works for requests without a Host header.
+     (PR 48357)
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1392347
+     2.4.x patch: trunk patch works (minus CHANGES)
+     +1: trawick
+
 A list of further possible backports can be found at:
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
 If you want to propose one of those, please still add them here.