From: Jeff Trawick Date: Sun, 19 Mar 2006 12:55:58 +0000 (+0000) Subject: propose some simple fixes for backport X-Git-Tag: 2.0.56~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c050621e718613976ab49d8d44f4fcdd49a1650;p=thirdparty%2Fapache%2Fhttpd.git propose some simple fixes for backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@386961 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 378b2c7ccd2..f5f2ee9c740 100644 --- 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.