You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by wr...@apache.org on 2001/09/03 21:07:10 UTC

Re: mod_dir/7804: filesmatch/directoryindex access

[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database 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!     ]


Synopsis: filesmatch/directoryindex access

State-Changed-From-To: open-closed
State-Changed-By: wrowe
State-Changed-When: Mon Sep  3 12:07:10 PDT 2001
State-Changed-Why:

This fails for a very specific reason.  The _filename_ / wasn't permitted before mod_dir ever had a chance to
recover from your misconfiguration.

Drop the <Files "*"> (and don't use FilesMatch anyway for
simple wildcards, since regex processing is far more 
expensive, and * isn't a regex, while .* is).

This was nothing more than a misconfiguration.


Class-Changed-From-To: sw-bug-mistaken
Class-Changed-By: wrowe
Class-Changed-When: Mon Sep  3 12:07:10 PDT 2001


Re: mod_dir/7804: filesmatch/directoryindex access

Posted by joaopaulo <jo...@unimetro.com.br>.
    i WHANTO TO UNSUBSCRIBE THIS LIST, PLEASE!!!!!!
----- Original Message -----
From: <wr...@apache.org>
To: <ap...@apache.org>; <so...@informatik.hu-berlin.de>;
<wr...@apache.org>
Sent: Monday, September 03, 2001 4:07 PM
Subject: Re: mod_dir/7804: filesmatch/directoryindex access


> [In order for any reply to be added to the PR database, you need]
> [to include <ap...@Apache.Org> in the Cc line and make sure the]
> [subject line starts with the report component and number, with ]
> [or without any 'Re:' prefixes (such as "general/1098:" or      ]
> ["Re: general/1098:").  If the subject doesn't match this       ]
> [pattern, your message will be misfiled and ignored.  The       ]
> ["apbugs" address is not added to the Cc line of messages from  ]
> [the database 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!     ]
>
>
> Synopsis: filesmatch/directoryindex access
>
> State-Changed-From-To: open-closed
> State-Changed-By: wrowe
> State-Changed-When: Mon Sep  3 12:07:10 PDT 2001
> State-Changed-Why:
>
> This fails for a very specific reason.  The _filename_ / wasn't permitted
before mod_dir ever had a chance to
> recover from your misconfiguration.
>
> Drop the <Files "*"> (and don't use FilesMatch anyway for
> simple wildcards, since regex processing is far more
> expensive, and * isn't a regex, while .* is).
>
> This was nothing more than a misconfiguration.
>
>
> Class-Changed-From-To: sw-bug-mistaken
> Class-Changed-By: wrowe
> Class-Changed-When: Mon Sep  3 12:07:10 PDT 2001
>