From e8637daae8455fbf04a1c62c3893660d3bc68152 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Sat, 10 Jul 2004 02:25:56 +0000 Subject: [PATCH] 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 --- CHANGES | 4 ++++ docs/manual/mod/mod_autoindex.xml | 8 +++++++- modules/generators/mod_autoindex.c | 13 ++++++++++++- 3 files changed, 23 insertions(+), 2 deletions(-) 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 @@ - +