bneradt opened a new pull request, #13652: URL: https://github.com/apache/trafficserver/pull/13652
Valid URLs with long query strings can miss regex_remap redirects because the PCRE2 conversion reused a recursion-depth limit as a matching-work limit. This patch retains PCRE2's default resource limits and adds end-to-end coverage for redirect status and captured query strings. It also extends the excessive-backtracking input to exercise the default work limit. Fixes: #13651 Reported-by: Vinith Bindiganavale Co-authored-by: Codex (OpenAI) -- 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]
