]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
This fixes the mod_autoindex problem of not getting the list of files.
authorRyan Bloom <rbb@apache.org>
Fri, 5 Apr 2002 17:43:03 +0000 (17:43 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 5 Apr 2002 17:43:03 +0000 (17:43 +0000)
commit56f0cb2d2aa8a1455dfd156ede21b3007e96f790
treeb450b26752ec8a6dc82df32cd41562fe3c846d40
parent800d284746b9f78a222570e8b81ab8ff18b92876
This fixes the mod_autoindex problem of not getting the list of files.
The problem was that the internal_fast_redirect removed the SUB_REQ
filter, but we are still in a sub_request.  The solution is to have the
fast_internal_Redirect function check if we are in a sub_Request and
re-add the filter if we are.
Submitted by: Ryan Bloom, Greg Ames, Jeff Trawick, and Will Rowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94456 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_request.c