PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105605
13f79535-47bb-0310-9956-
ffa450edef68
APACHE 1.3 STATUS: -*-text-*-
- Last modified at [$Date: 2004/10/26 17:44:41 $]
+ Last modified at [$Date: 2004/10/27 14:23:03 $]
Release:
RELEASE SHOWSTOPPERS:
- *) mod_rewrite: Backout the [P] patch, because it's a regression. See:
- http://issues.apache.org/bugzilla/show_bug.cgi?id=14518
- Patch is here:
- http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/modules/standard/mod_rewrite.c?r1=1.197&r2=1.198
- +1: nd, jim, wrowe
PROPOSED PATCHES FOR THIS RELEASE:
r->path_info, NULL);
}
if (r->args != NULL &&
- r->uri != r->unparsed_uri) {
+ r->uri == r->unparsed_uri) {
/* see proxy_http:proxy_http_canon() */
r->filename = ap_pstrcat(r->pool, r->filename,
"?", r->args, NULL);