You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2016/02/04 19:55:47 UTC

[jira] [Closed] (TS-3585) Redirection does not do DNS if cache is disabled

     [ https://issues.apache.org/jira/browse/TS-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom closed TS-3585.
-----------------------------

> Redirection does not do DNS if cache is disabled
> ------------------------------------------------
>
>                 Key: TS-3585
>                 URL: https://issues.apache.org/jira/browse/TS-3585
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 5.3.2, 6.0.0
>            Reporter: Alan M. Carroll
>            Assignee: Alan M. Carroll
>            Priority: Minor
>             Fix For: 6.0.0
>
>
> Disable cache by setting
> {code}
> CONFIG proxy.config.http.cache.http INT 0
> {code}
> Run ATS and do
> {code}
> curl --verbose --proxy localhost:8080 http://apache.org/index.html
> {code}
> This should work. Then try
> {code}
> curl --verbose --proxy localhost:8080 http://httpbin.org/redirect-to?http://apache.org/index.html
> {code}
> This will fail. If you trace it you will discover the problem is ATS uses the IP address of {{httpbin.org}} for the redirect access to {{apache.org}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)