From: Greg Ames Date: Mon, 28 Jan 2002 21:18:10 +0000 (+0000) Subject: backing out fix for missing path info and query string. wrowe beat me to X-Git-Tag: 2.0.31~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a01fa5a9cbd3e82caf426941859d45f86b3908a7;p=thirdparty%2Fapache%2Fhttpd.git backing out fix for missing path info and query string. wrowe beat me to it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93062 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_negotiation.c b/modules/mappers/mod_negotiation.c index 7088ae31713..a27a8942a3e 100644 --- a/modules/mappers/mod_negotiation.c +++ b/modules/mappers/mod_negotiation.c @@ -2892,10 +2892,6 @@ static int handle_multi(request_rec *r) } } - /* preserve path info and query string from the original request */ - sub_req->path_info = r->path_info; - sub_req->args = r->args; - /* now do a "fast redirect" ... promotes the sub_req into the main req */ ap_internal_fast_redirect(sub_req, r);