]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Eliminate a duplicate absolute path test, and NEVER serve a request
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 2 Jan 2002 21:34:50 +0000 (21:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 2 Jan 2002 21:34:50 +0000 (21:34 +0000)
commite88faedf1781b287ecc02e4f4031760d06e4ec30
treeb4e0de5a2c11128e60db4d81ee7f0c642beafbfa
parent196f4ed996f3ec43907378dff9cc107ac5796ab3
  Eliminate a duplicate absolute path test, and NEVER serve a request
  for an APR_DIR file from the cache when we have path_info, it is a
  contradition (APR_DIR always forces dir_walk to gather the next segment
  from path_info, even if it is APR_NOFILE, until we have no path_info.)

  So we can't use a predetermined filename/path_info combo, ever, if the
  filename resolves to an APR_DIR.

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