]> granicus.if.org Git - apache/commitdiff
backing out fix for missing path info and query string. wrowe beat me to
authorGreg Ames <gregames@apache.org>
Mon, 28 Jan 2002 21:18:10 +0000 (21:18 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 28 Jan 2002 21:18:10 +0000 (21:18 +0000)
it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93062 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_negotiation.c

index 7088ae317134a55bcdaf74218a4daee89a8dcc61..a27a8942a3eed2ee718576fae9348e118f8bc611 100644 (file)
@@ -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);