Uploaded image for project: 'Velocity'
  1. Velocity
  2. VELOCITY-561

Parse failures occur for cases involving a line comment that contains a multi-line comment.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.4
    • 1.6
    • None
    • None
    • Windows XP Pro, Velocity 1.4 release which is part of spring-framework-1.2.8 download.

    Description

      Created a line (amongst several) which contained the following:

        1. #* *# ${user

      The source of the problem seems to come from having a multi-line comment follow a
      line comment. Other character sequences after these comments appear to cause
      other subsequence parer error.

      The above example causes the following parser error:

      Caused by: org.apache.velocity.exception.ParseErrorException: Encountered "\r\n" at line 60, column 16.
      Was expecting one of:
      "}" ...
      <DOT> ...

      at org.apache.velocity.Template.process(Template.java:141)
      at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:423)
      at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:341)
      at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:831)
      at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:813)
      at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:470)
      at iht.mail.velocity.VelocityEmailTemplateFactory.getTemplate(VelocityEmailTemplateFactory.java:280)
      ... 2 more

      Attachments

        Activity

          People

            Unassigned Unassigned
            boxcar27 Jeff Greimann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: