This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123325 - [] and [!] regexp patterns should be supported in Include directive of apache config
Summary: [] and [!] regexp patterns should be supported in Include directive of apache...
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-04 09:50 UTC by Andrew Korostelev
Modified: 2010-01-08 04:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Korostelev 2007-12-04 09:53:38 UTC
'*', '?' are supported as whildcard symbols in apache config Include directive.

the following should be also supported:

[seq]   matches any character in seq
[!seq]  matches any char not in seq
Comment 1 Andrew Korostelev 2007-12-04 10:24:54 UTC
[^seq] should also be supported (behavior is the same as [!seq])
Comment 2 Tomas Mysik 2008-06-19 14:40:03 UTC
We do not parse httpd.conf any more.