GitHub user zwoop opened a pull request:
https://github.com/apache/trafficserver/pull/1133
TS-4993: Disables escaping and quotes inside regexes
In addition, this cleans up the unit tests a bit, to make it more useful
from
the command line when testing/debugging. New tests are also added for
regular
expression parse testing.
Note: This restores 6.1.x functionality in 7.x, however, it's not
compatible with 5.3.x. I do feel that this is the right approach, because it
retains PCRE compatibility within the // that indicates a regex.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zwoop/trafficserver TS-4993
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1133.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1133
----
commit 75757f3eb4a50d1c80997356e6df2d001e32d360
Author: Leif Hedstrom <[email protected]>
Date: 2016-10-22T01:18:43Z
TS-4993: Disables escaping and quotes inside regexes
In addition, this cleans up the unit tests a bit, to make it more useful
from
the command line when testing/debugging. New tests are also added for
regular
expression parse testing
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---