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 2010/12/08 14:53:48 UTC

DO NOT REPLY [Bug 50432] New: add PCRE-mode for file based matches

https://issues.apache.org/bugzilla/show_bug.cgi?id=50432

           Summary: add PCRE-mode for file based matches
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_autoindex
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: calestyo@scientia.net


Hi.

Currently the file-name based Add* directives are somewhat limited.
E.g. doing an AddIcon levelup.png ..
means that also files like "foo.." match.

Having PCRE versions of the Add* directives would give one the full
flexibility.


Alternatively, please add a special keyword like "^^PARENT_DIRECTORY^^" for the
".." case (this is not a real file anyway).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 50432] add PCRE-mode for file based matches

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50432

--- Comment #1 from Christoph Anton Mitterer <ca...@scientia.net> 2010-12-08 08:56:59 EST ---
This would allow one also to _not_ match files which are just named ".foo" and
are more likely to be just some hidden file named "foo" and not a file of type
"foo".

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org