[
https://issues.apache.org/jira/browse/TS-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13824736#comment-13824736
]
James Peach commented on TS-2361:
---------------------------------
regex_remap currently looks in /usr/local/etc/regex_remap for it's config
files. After this change it will look in the Traffic Server configuration
directory (usually $PREFIX/etc/trafficserver). I don't think that this is going
to break anyone in practice, but it is a compatibility break.
> load regex_remap relative to config directory
> ---------------------------------------------
>
> Key: TS-2361
> URL: https://issues.apache.org/jira/browse/TS-2361
> Project: Traffic Server
> Issue Type: Bug
> Components: Plugins
> Reporter: James Peach
> Attachments: TS-2361.diff
>
>
> The location of the regex_remap configuration is not well-defined if it is a
> relative path. Either it will be found in the current directory (which is
> undefined), or a hard-coded global directory will be used.
> This change always uses the absolute path if an absolute path is provided. If
> a relative path is provided, then we load that relative to the configured
> Traffic Server configuration directory.
--
This message was sent by Atlassian JIRA
(v6.1#6144)