Leif Hedstrom created TS-2936:
---------------------------------
Summary: Comments and line continuations in remap.config is bad
mojo
Key: TS-2936
URL: https://issues.apache.org/jira/browse/TS-2936
Project: Traffic Server
Issue Type: Bug
Components: Configuration, Core
Reporter: Leif Hedstrom
If you do a line continuation on a commented out line in remap.config, it'll
still suck up the following line into the comment. This is less than ideal. As
an example, this does not work
{code}
map http://example.com http://real.example.com \
# @plugin=conf_remap.so @pparam= ... \
@plugin=header_rewrite.so @pparam= ...
{code}
The issue being that the second plugin line gets sucked into the comment.
--
This message was sent by Atlassian JIRA
(v6.2#6252)