]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
I suspect this might be fixed by now, if anyone wants to test the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 15 May 2002 14:36:06 +0000 (14:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 15 May 2002 14:36:06 +0000 (14:36 +0000)
  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

STATUS

diff --git a/STATUS b/STATUS
index b6b2763acab1800352745a73e94048f23451e930..10d8a007bc137fc0e5d352aef5b203e67766cc7d 100644 (file)
--- 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 (<alttext>,<icon>) ^^DIRECTORY^^ 
-       and 
-       AddIcon (<alttext>,<icon>) ^^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 <file-extension> 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 <file-extension> 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 <sog@msg.com.mx>' patch to allow DirectoryIndex
       to refer to URIs for non-static resources.