You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2012/10/02 22:23:20 UTC

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

Author: minfrin
Date: Tue Oct  2 20:23:20 2012
New Revision: 1393157

URL: http://svn.apache.org/viewvc?rev=1393157&view=rev
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=1393157&r1=1393156&r2=1393157&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Oct  2 20:23:20 2012
@@ -226,6 +226,25 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patch works (minus CHANGES)
      +1: trawick
 
+   * mod_include: When +Includes is not set and we disable mod_include, tell
+     the administrator where this happened.
+     trunk patch: http://svn.apache.org/viewvc?rev=1393033&view=rev
+     2.4.x patch: trunk patch works
+     +1: minfrin
+
+   * mod_include: When an include file or virtual path fails, include the result
+     code that tells us why.
+     trunk patch: http://svn.apache.org/viewvc?rev=1393058&view=rev
+     2.4.x patch: trunk patch works
+     +1: minfrin
+
+   * mod_auth_form: Make sure that get_notes_auth() sets the user as does
+     get_form_auth() and get_session_auth(). Makes sure that REMOTE_USER
+     does not vanish during mod_include driven subrequests.
+     trunk patch: http://svn.apache.org/viewvc?rev=1393152&view=rev
+     2.4.x patch: trunk patch works
+     +1: minfrin
+
 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.