]> granicus.if.org Git - apache/commit
ap_sub_req_lookup_dirent: fix mod_negotiation loop with near infinite
authorGreg Ames <gregames@apache.org>
Sat, 26 Jan 2002 20:16:01 +0000 (20:16 +0000)
committerGreg Ames <gregames@apache.org>
Sat, 26 Jan 2002 20:16:01 +0000 (20:16 +0000)
commita84d8fa14993c50a1556f988c5ba421bb5de72d6
tree3582daaeb0c069b824a3a0f3a7294ee9cfa18f32
parenta3326b129e4fde505bff23910a4509ab7c6dcf90
ap_sub_req_lookup_dirent: fix mod_negotiation loop with near infinite
subrequests

this function has been creating bogus subrequest URIs when there is
path_info for a long time.  They didn't matter until fixup_dir started
using them for URI subrequests, which led to a loop with ever growing
bogus internal URIs and filenames.

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