You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/04/12 16:21:30 UTC

DO NOT REPLY [Bug 8016] New: - SuppressRules messes up directory listings.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8016>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8016

SuppressRules messes up directory listings.

           Summary: SuppressRules messes up directory listings.
           Product: Apache httpd-2.0
           Version: 2.0.35
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Modules
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: orders@nodivisions.com
                CC: orders@nodivisions.com


When the SuppressRules option is used (in mod_autoindex; as in "IndexOptions 
FancyIndexing SuppressRules"), it causes the first item in a directory listing 
to appear to the right of the column headers, instead of just below the "Name" 
column header.  It looks like there needs to be a BR tag before the first 
item, but there is not one.

The rest of the directory listing displays correctly, starting with the second 
item, just below the "Name" column header.