Thanks Chris - I appreciate that fact and I've seen this documentation. I believe however it's a problem not to accept the tokens "as-is" when passed in. If a token value contains ## then Velocity should somehow parse the token and escape the ##. I don't imagine many users would purposely pass in ## in a token and expect it to be used as a comment? I may be wrong. Just to clarify, my code does not contain ##, the token value that I pass in contains ## and thus should be escaped automatically, imo.
... View more