From a01fa5a9cbd3e82caf426941859d45f86b3908a7 Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Mon, 28 Jan 2002 21:18:10 +0000 Subject: [PATCH] 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 --- modules/mappers/mod_negotiation.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/mappers/mod_negotiation.c b/modules/mappers/mod_negotiation.c index 7088ae3171..a27a8942a3 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); -- 2.50.1