From: William A. Rowe Jr Date: Wed, 15 May 2002 14:36:06 +0000 (+0000) Subject: I suspect this might be fixed by now, if anyone wants to test the X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f0f284f57812ea8db06e5f5949144720f1a1a2b;p=thirdparty%2Fapache%2Fhttpd.git I suspect this might be fixed by now, if anyone wants to test the remaining half of this issue (IndexIgnore .foo .bar should hide both .foo and .bar). Also interesting to determine if it's good in 2.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95112 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b6b2763acab..10d8a007bc1 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 1.3 STATUS: -*-text-*- - Last modified at [$Date: 2002/05/15 14:32:05 $] + Last modified at [$Date: 2002/05/15 14:36:06 $] Release: @@ -96,26 +96,11 @@ Available Patches (Most likely, will be ported to 2.0 as appropriate): Message-ID: <384AA242.B93F8B5@rsbx.net> Status: Martin +1(concept) - * Jayaram's patch (10/27/99) for changes to mod_autoindex - - Problem 1: - ------------------------ - AddIcon (,) ^^DIRECTORY^^ - and - AddIcon (,) ^^BLANKICON^^ - should be able to set the alternate text and icon file for any - directory/blankicon in a directory listing. This was not happening - because the alternate text for ^^DIRECTORY^^ and ^^BLANKICON^^ were - hardcoded to "DIR" and " " respectively. - Status: resolved in Apache 2.0 - - Problem 2: - ------------------------- - IndexIgnore should hide the files with this file- - extension in directory listings. This was NOT happening because the - total filename was being compared with the file-extension. - - Status: Martin +1(untested), Ken +1(untested) + * Jayaram's patch (10/27/99) for bugfix to mod_autoindex + IndexIgnore should hide the files with this file- + extension in directory listings. This was NOT happening because the + total filename was being compared with the file-extension. + Status: Martin +1(untested), Ken +1(untested) * Salvador Ortiz Garcia ' patch to allow DirectoryIndex to refer to URIs for non-static resources.