[ 
https://issues.apache.org/jira/browse/VELOCITY-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Byron Foster updated VELOCITY-677:
----------------------------------

    Description: 
If either the character '#' or '$' is the last character in VTL, then the 
following results:

Threw: class org.apache.velocity.exception.ParseErrorException
Msg: Lexical error: org.apache.velocity.runtime.parser.TokenMgrError: Lexical 
error at line 4, column 2. Encountered: <EOF> after : ""
org.apache.velocity.Template.process(Template.java:142) 
org.apache.velocity.runtime.resource.ResourceManagerImpl.refreshResource(ResourceManagerImpl.java:556)
 
org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:319)
 
org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1442)
 
org.apache.velocity.runtime.RuntimeSingleton.getTemplate(RuntimeSingleton.java:319)
 
org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java:332) 




  was:
If either the character '#' or '$' is the last character in VTL, then the 
following results:

Threw: class org.apache.velocity.exception.ParseErrorException
Msg: Lexical error: org.apache.velocity.runtime.parser.TokenMgrError: Lexical 
error at line 4, column 2. Encountered: after : ""
org.apache.velocity.Template.process(Template.java:142) 
org.apache.velocity.runtime.resource.ResourceManagerImpl.refreshResource(ResourceManagerImpl.java:556)
 
org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:319)
 
org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1442)
 
org.apache.velocity.runtime.RuntimeSingleton.getTemplate(RuntimeSingleton.java:319)
 
org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java:332) 





> a '#' or '$' character at the end of VTL causes a ParseException
> ----------------------------------------------------------------
>
>                 Key: VELOCITY-677
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-677
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.6, 1.6.1, 1.7
>            Reporter: Byron Foster
>            Priority: Minor
>
> If either the character '#' or '$' is the last character in VTL, then the 
> following results:
> Threw: class org.apache.velocity.exception.ParseErrorException
> Msg: Lexical error: org.apache.velocity.runtime.parser.TokenMgrError: Lexical 
> error at line 4, column 2. Encountered: <EOF> after : ""
> org.apache.velocity.Template.process(Template.java:142) 
> org.apache.velocity.runtime.resource.ResourceManagerImpl.refreshResource(ResourceManagerImpl.java:556)
>  
> org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:319)
>  
> org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1442)
>  
> org.apache.velocity.runtime.RuntimeSingleton.getTemplate(RuntimeSingleton.java:319)
>  
> org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java:332) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to