]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose some simple fixes for backport
authorJeff Trawick <trawick@apache.org>
Sun, 19 Mar 2006 12:55:58 +0000 (12:55 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 19 Mar 2006 12:55:58 +0000 (12:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@386961 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 378b2c7ccd2ac5a3e762dbafe5e4f03f5babf03e..f5f2ee9c740df02baa35539b6395e83b4a622d6b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -165,6 +165,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://people.apache.org/~trawick/20_ldap_pool.patch
        +1: trawick
 
+    *) mod_speling: Don't crash if r->filename is unset.
+       http://svn.apache.org/viewcvs.cgi?rev=385580&view=rev
+       +1: trawick
+
+    *) Make sure we write a reasonable status line (e.g., if byterange
+       filter modifies status and custom status line is left
+       unmodified).
+       http://svn.apache.org/viewcvs.cgi?rev=385581&view=rev
+       2.0 patch is at
+         http://people.apache.org/~trawick/20_validate_status_line.patch
+       +1: trawick
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.