[
https://issues.apache.org/jira/browse/TS-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15120390#comment-15120390
]
ASF GitHub Bot commented on TS-4157:
------------------------------------
Github user zwoop commented on the pull request:
https://github.com/apache/trafficserver/pull/440#issuecomment-175908728
I don't think you can just change the ':' to a ';'. The ':' is what the
Via: header will have, which means, you'd break compatibility. Meaning, it
would no longer properly parse the input from a Via: header (I think at least).
One option is to allow the separator to be either ';' or ':', such that the
file names can use the ;, whereas the string in the Via: header continues to
use ':'.
> traffic_via uses files names in it tests that are illegal on shared drives
> --------------------------------------------------------------------------
>
> Key: TS-4157
> URL: https://issues.apache.org/jira/browse/TS-4157
> Project: Traffic Server
> Issue Type: Bug
> Components: Tests
> Reporter: Jason Kenny
>
> traffic_via has a test directory which file uses names with a : in it. This
> value will not work on shared drivers as : is an illegal character. This
> makes certain cases in which it is nice to check out traffic server on shared
> drives impossible. fixing this to not use : would make life better.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)