rzo1 commented on pull request #763:
URL: https://github.com/apache/tomee/pull/763#issuecomment-784061648
> Hi @rzo1 , why not just escaping the character (think it is with '$' IIRC)?
Thought about it - current code will simply replace the closing bracket
(even if we escape it).
Escaping with **$** is only done for the opening version, so atm it boils
down to PREFIX="${" and SUFFIX="}" to support property substitutions like
"${foo}---${bar}".
The question is, if we should replace closing / opening brackets by empty
string in the first place, if the suffix/prefix environment is not complete /
closed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]