From: Graham Leggett Date: Wed, 13 Oct 2004 17:00:14 +0000 (+0000) Subject: Add a vote. X-Git-Tag: 2.0.53~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c63ff037a20aa1bbf724c01a105f60fd0312d96d;p=thirdparty%2Fapache%2Fhttpd.git Add a vote. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105432 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5105fb088ea..9f763f6e387 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/10/13 16:51:37 $] +Last modified at [$Date: 2004/10/13 17:00:14 $] Release: @@ -134,7 +134,7 @@ PATCHES TO BACKPORT FROM 2.1 *) mod_rewrite:Fix query string handling for proxied URLs. PR 14518. (2.0 + 1.3) modules/mappers/mod_rewrite.c: r1.259 - +1: nd, jerenkrantz + +1: nd, jerenkrantz, minfrin *) mod_rewrite: Handle per-location rules when r->filename is unset. Previously this would segfault or simply not match as expected,