[
https://issues.apache.org/jira/browse/TS-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825877#comment-13825877
]
ASF subversion and git services commented on TS-2361:
-----------------------------------------------------
Commit 4626716fd390efdab12bae35a25abf41cf88c937 in branch refs/heads/master
from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=4626716 ]
TS-2361: improve regex_remap plugin loading semantics
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.
> 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
> Assignee: James Peach
> Fix For: 4.2.0
>
> 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)