Received: (qmail 25609 invoked by uid 2012); 25 Sep 1998 08:34:07 -0000 Message-Id: <19980925083407.25608.qmail@hyperreal.org> Date: 25 Sep 1998 08:34:07 -0000 From: Laurent FAILLIE Reply-To: l_faillie@yahoo.com To: apbugs@hyperreal.org Subject: star wildcard not handled properly at the end of file name X-Send-Pr-Version: 3.2 >Number: 3072 >Category: mod_autoindex >Synopsis: star wildcard not handled properly at the end of file name >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Fri Sep 25 01:40:01 PDT 1998 >Last-Modified: Mon May 3 12:12:25 PDT 1999 >Originator: l_faillie@yahoo.com >Organization: >Release: 1.3.2 >Environment: HP-UX pbk2 B.10.20 E 9000/879 gcc version 2.7.2.3 >Description: This is a piece of my access.conf # Acces aux statistiques du on-line AuthDBMUserFile conf/usr AuthDBMGroupFile conf/usr AuthName "Stats de l'activite WEB" AuthType Basic require group stat_web Options +Indexes +Includes IndexIgnore *.Z URLS totaux IndexOptions FancyIndexing AddDescription "Coupe du monde 1998" cdm98 AddDescription "Anciennes statistiques" res AddDescription "Statistiques hebdomadaires" sem_* and in the /stpdata/online/stat/ticket directory, i have 3 sub-directories named sem_3598, sem_3698 and sem_3798. But no description is added to this directory. I think this is a bug because using *_*, or *98 works well. >How-To-Repeat: See the description. >Fix: >Audit-Trail: State-Changed-From-To: open-analyzed State-Changed-By: rbbloom@us.ibm.com State-Changed-When: Fri Sep 25 09:31:16 PDT 1998 State-Changed-Why: The reason the filenames with '*' at the front worked is because it was matching the '*' with the directory path. The one that is not working is trying to match the strings "/stpdata/online/stat/ticket/sem_whatever" with "sem_*" These obviously do not match. I am working on a patch, but in the meantime, either add the full path to the file or add a '*' to the front of the filename. State-Changed-From-To: analyzed-closed State-Changed-By: coar State-Changed-When: Mon May 3 12:12:24 PDT 1999 State-Changed-Why: This has been fixed and should appear in the next release after 1.3.6. Thanks 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. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]