Alan M. Carroll created TS-3585:
-----------------------------------
Summary: 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
Reporter: Alan M. Carroll
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)