rzo1 commented on pull request #763:
URL: https://github.com/apache/tomee/pull/763#issuecomment-784364672
I think, we need to discuss, which one is the expected behaviour for
`$${foo}`:
1. `$${foo}` -> `$${foo}` (noop)
2. `$${foo}` ->` `${foo}` (escaped sequence, no replacement of placeholder
(as mentioned in the docs of `StrSubstitutor`))
3. `$${foo}` -> `foo`
----------------------------------------------------------------
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]