traeak commented on code in PR #12575:
URL: https://github.com/apache/trafficserver/pull/12575#discussion_r2472842976
##########
plugins/regex_remap/regex_remap.cc:
##########
@@ -464,10 +440,12 @@ RemapRegex::compile(const char *&error, int &erroffset)
}
if (ix > -1) {
- if ((ix < 10) && (ix > ccount)) {
- error = "using unavailable captured substring ($n) in substitution";
- return -1;
- }
+ /*
Review Comment:
Forgot to migrate this. Will require some way to also abstract out calls to
pcre2_pattern_info(). I think that will just be an extension to the Regex class
itself.
--
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]