You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/03/27 18:01:30 UTC

[jira] [Commented] (TS-2531) The default remap rule doesn't match a forward proxy request

    [ https://issues.apache.org/jira/browse/TS-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13949595#comment-13949595 ] 

ASF GitHub Bot commented on TS-2531:
------------------------------------

Github user jpeach commented on the pull request:

    https://github.com/apache/trafficserver/pull/39#issuecomment-38831096
  
    This was merged as 37ff55f7cacd99a021615ff36c98ee2ba8e6dbed


> The default remap rule doesn't match a forward proxy request
> ------------------------------------------------------------
>
>                 Key: TS-2531
>                 URL: https://issues.apache.org/jira/browse/TS-2531
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>             Fix For: 5.0.0
>
>         Attachments: 0001-fix-bug-TS_2531.patch
>
>
> when doing a forward proxy request it won't math the default rule, but will match other rules that specify the hostname.
> Example request:
> GET http://foo.yahoo.com HTTP/1.1
> Host: foo.yahoo.com
> remap.config:
> map / http://www.yahoo.com
> Response:
> HTTP/1.1 404 Not Found
> ...
> ------------
> However, this works:
> remap.config:
> map http://foo.yahoo.com http://www.yahoo.com



--
This message was sent by Atlassian JIRA
(v6.2#6252)