Daniel Gruno created TS-1438:
--------------------------------
Summary: Cache inspector should add trailing slash to CI URL
Key: TS-1438
URL: https://issues.apache.org/jira/browse/TS-1438
Project: Traffic Server
Issue Type: Bug
Components: Web UI
Affects Versions: 3.3.0
Environment: FreeBSD 9.0
Reporter: Daniel Gruno
Priority: Trivial
When setting up the Cache Inspector as described by the docs
(http://trafficserver.apache.org/docs/trunk/admin/configuring-cache/index.en.html
), an URL snafooey occurs.
In remap.config I have set:
map http://dallas.awesomelysecure.org/myCI http://{cache} @action=allow
When accessing /myCI, I do get the cache inspector, but because it fails to add
a trailing slash, the links are all broken, pointing to f.x. /lookup_url
instead of /myCI/lookup_url.
This could be solved by checking if a trailing slash exists, and if not,
issuing a 301 redirect to /myCI/.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira