[EMAIL PROTECTED] wrote:
*) mod_rewrite:Fix query string handling for proxied URLs. PR 14518.
modules/mappers/mod_rewrite.c: r1.259 (2.x patch - need 1.3 version)
+1: nd, minfrin
+ -1: jim (until we see the 1.3 version)
A patch it attached - this one was small.
Regards, Graham --
Index: ./src/modules/standard/mod_rewrite.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_rewrite.c,v
retrieving revision 1.197
diff -u -r1.197 mod_rewrite.c
--- ./src/modules/standard/mod_rewrite.c 30 Sep 2004 17:12:42 -0000 1.197
+++ ./src/modules/standard/mod_rewrite.c 13 Oct 2004 18:14:10 -0000
@@ -1116,7 +1116,7 @@
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);
smime.p7s
Description: S/MIME Cryptographic Signature
