path handling should be relative when there is no leading '/' in the config. ----------------------------------------------------------------------------
Key: TS-140 URL: https://issues.apache.org/jira/browse/TS-140 Project: Traffic Server Issue Type: Bug Components: Config Affects Versions: 2.0.0 Environment: All Reporter: George Paul Priority: Minor All handling of paths should be relative when there is no leading '/' specified in the config. For example in the case of a relative path set to 'etc/trafficserver', this will get prepended with ${prefix} (e.g. /usr/local/, with the final path being /usr/local/etc/trafficserver), while a full '/etc/trafficserver' will not (i.e. the path stays /etc/trafficserver). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.