You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Randy Weinstein <rw...@is7.NYU.EDU> on 1998/03/02 15:25:25 UTC

mod_autoindex/1898: AddDescription Wildcard Expression

>Number:         1898
>Category:       mod_autoindex
>Synopsis:       AddDescription Wildcard Expression
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Mar  2 06:30:00 PST 1998
>Last-Modified:
>Originator:     rw263@is7.NYU.EDU
>Organization:
apache
>Release:        1.3
>Environment:
Unix
>Description:
Description isn't getting added to the autoindex html page if there is a 
wildcard in the extension.

According to the docs:
   File is a file extension, partial filename, wild-card expression or full 
   filename for files to describe.
>How-To-Repeat:
AddDescription "blah blah" filename.ext    # WORKS
AddDescription "blah blah" filename        # partial filename doesn't work
AddDescription "blah blah" filename*       # wild-card expression doesn't work
AddDescription "blah blah" filename.*      # wild-card expression doesn't work
AddDescription "blah blah" filename.       # wild-card expression doesn't work
AddDescription "blah blah" filename        # wild-card expression doesn't work
>Fix:
Bring back partial filename and wild-card expression%3
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]