Received: (qmail 20248 invoked by uid 2012); 2 Mar 1998 14:25:25 -0000 Message-Id: <19980302142525.20247.qmail@hyperreal.org> Date: 2 Mar 1998 14:25:25 -0000 From: Randy Weinstein Reply-To: rw263@is7.NYU.EDU To: apbugs@hyperreal.org Subject: AddDescription Wildcard Expression X-Send-Pr-Version: 3.2 >Number: 1898 >Category: mod_autoindex >Synopsis: AddDescription Wildcard Expression >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Mon Mar 2 06:30:00 PST 1998 >Last-Modified: Mon May 3 12:08:33 PDT 1999 >Originator: rw263@is7.NYU.EDU >Organization: >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: State-Changed-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Mon Mar 2 10:18:15 PST 1998 State-Changed-Why: This is another side-effect of using fnmatch() for wildcard expansion... mod_autoindex does really lame stuff -- it stores full paths for everything, and this is messing up fnmatch(). I opened a PR earlier indicating that mod_autoindex was broken in this way... I guess we really need to fix it for 1.3. Dean State-Changed-From-To: analyzed-closed State-Changed-By: coar State-Changed-When: Mon May 3 12:08:32 PDT 1999 State-Changed-Why: This should be fixed in the next release after 1.3.6. Thanks for your patience and for using Apache! >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]