[
https://issues.apache.org/jira/browse/TS-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14723470#comment-14723470
]
Alan M. Carroll commented on TS-3585:
-------------------------------------
Fixed in commit 60ffbfda03997c018dac1d02118170c1eb1ecc1e.
> 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)