Details
Description
The following template snippet
${System_err.println("###############################################")}
Results in this output:
[INFO,STDERR] [rrd] 1042589262000 Error in interpolating string literal :
org.apache.velocity.runtime.parser.ParseException: Lexical error:
org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line 1,
column 49. Encountered: <EOF> after : ""
If you're wondering what I'm doing, I've got System.err passed into velocity as
System_err