From: Paul Querna Date: Sat, 10 Jul 2004 02:25:56 +0000 (+0000) Subject: Add ShowForbidden to IndexOptions to list files X-Git-Tag: pre_ajp_proxy~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8637daae8455fbf04a1c62c3893660d3bc68152;p=apache Add ShowForbidden to IndexOptions to list files that are not shown because the subrequest returned 401 or 403. PR: 10575 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104212 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 5f093ae5be..c0b5b0f645 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) mod_autoindex: Add ShowForbidden to IndexOptions to list files + that are not shown because the subrequest returned 401 or 403. + PR 10575. [Paul Querna] + *) util_ldap: Switched the lock types on the shared memory cache from thread reader/writer locks to global mutexes in order to provide cross process cache protection. [Brad Nicholes] diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 54e1714a7e..81abb98e3a 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -1,7 +1,7 @@ - +