]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Eliminate all assumptions that finfo.protection reflects the existance
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 31 Jan 2001 22:45:35 +0000 (22:45 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 31 Jan 2001 22:45:35 +0000 (22:45 +0000)
commit6c6c4939d7fe95506925edfd633ecb25790cd628
treed94a3d9222d765ee584c4596c13c8473f036556f
parent20485918437dbd3bfaafde90315cf8bd9afaa7bd
  Eliminate all assumptions that finfo.protection reflects the existance
  or absense of a file.  finfo.filetype is defined as 0 if APR_NOFILE,
  or a non-zero value if the file could be apr_stat()'ed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87933 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
modules/dav/fs/repos.c
modules/filters/mod_include.c
modules/generators/mod_asis.c
modules/generators/mod_autoindex.c
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c
modules/http/http_core.c
modules/http/http_protocol.c
modules/http/http_request.c
modules/mappers/mod_actions.c
modules/mappers/mod_negotiation.c
modules/mappers/mod_speling.c
modules/metadata/mod_cern_meta.c
modules/metadata/mod_expires.c
modules/metadata/mod_mime_magic.c
modules/test/mod_autoindex.c