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

BlockMacros fail with strict number of macro arguments

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.7
    • Engine
    • None

    Description

      With 'velocimacro.arguments.strict = true' the following VTL:

      #macro(foo)#end
      #@foo() junk #end

      Results in:

      Threw: class org.apache.velocity.exception.ParseErrorException
      Msg: VM #foo: too many arguments to macro. Wanted 0 got 1 at /foo.vm[line 2, column 1]
      org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:283)
      org.apache.velocity.runtime.directive.BlockMacro.render(BlockMacro.java:126)
      org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
      org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
      org.apache.velocity.Template.merge(Template.java:340)
      org.apache.velocity.Template.merge(Template.java:248)
      org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java:343)

      Attachments

        1. velocity-685.patch
          2 kB
          Jarkko Viinamäki

        Activity

          People

            Unassigned Unassigned
            byronvf Byron Foster
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: