zwoop opened a new pull request, #13587:
URL: https://github.com/apache/trafficserver/pull/13587
A client can evade a string or regex condition by escaping any character of
the pattern, so [NORM] normalizes the condition's value before it is matched.
Normalization is percent-decoding for now, but the name leaves room for more.
Applying it in a non-virtual append_value() wrapper means it also covers
regexes and %{} expansions inside operator values, neither of which the
matcher-level modifiers (PRE/SUF/MID/EXT) reach.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]