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 2003/03/03 17:05:08 UTC

DO NOT REPLY [Bug 10932] - Allow Negative regex in LocationMatch

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10932>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10932

Allow Negative regex in LocationMatch

nd@perlig.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From nd@perlig.de  2003-03-03 16:05 -------
Just for the records:

<LocationMatch "^/(?!bar)">

works, too (since httpd-2), because of the advantages of pcre. The syntax is
described and explained in perldoc perlre. (which is online at perldoc.com).
No need to duplicate that manual stuff within the apache docs.

Thanks for using Apache!

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