bneradt opened a new pull request, #12706:
URL: https://github.com/apache/trafficserver/pull/12706

   When the host option was enabled, regex_remap prepended '//' before the host 
in the match string, resulting in '//host/path' instead of 'host/path'. This 
was confusing because users associated the '//' with the 'http://' scheme, 
leading to double-slash issues when writing HTTP-to-HTTPS redirect rules. The 
match string now uses 'host/path' format. Documentation and tests have been 
updated accordingly, including new examples for host and method options.
   
   Fixes: #12691


-- 
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]

Reply via email to