Details
Description
So if this is the last line of a template:
-
- something....<EOF>
Then we'll get an exception:
org.apache.velocity.exception.ParseErrorException: Lexical error:
org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line 8,
column 110. Encountered: <EOF> after : ""
at org.apache.velocity.Template.process(Template.java:181)
at
org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:466)
at
org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:384)
at
org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:814)
at org.apache.velocity.runtime.directive.Parse.render(Parse.java:196)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:153)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:94)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:109)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:94)
Attachments
Attachments
Issue Links
- is blocked by
-
VELOCITY-535 org.apache.velocity.exception.ParseErrorException: Encountered "<EOF>" at...
- Closed