[
https://issues.apache.org/jira/browse/TS-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14392927#comment-14392927
]
Alan M. Carroll commented on TS-3483:
-------------------------------------
For instance
{code}
map https://www.yahoo.com/ https://www.yahoo.com:443/
{code}
will remap a {{CONNECT}} but
{code}
regex_map https://(.*).yahoo.com/ https://$1.yahoo.com:443/
{code}
will not.
This is because the simple remap rules have special logic for {{CONNECT}}. The
fix here is to put the equivalent logic in the regex remap.
> Regular expression remapping doesn't work for CONNECT.
> ------------------------------------------------------
>
> Key: TS-3483
> URL: https://issues.apache.org/jira/browse/TS-3483
> Project: Traffic Server
> Issue Type: Bug
> Components: Core
> Reporter: Alan M. Carroll
> Priority: Minor
>
> Simple remap rules work for {{CONNECT}} but not for regular expression remap
> rules.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)