Description
With the velocity configuration property 'directive.foreach.skip.invalid' set to false, the following VTL:
#set($x = "abc")
#foreach($i in $x)
blaa
#end
Creates the exception:
Uberspect returned a null iterator for #foreach at /foo.vm [line 0, column 0]. $x (abc) is either of wrong type or has an invalid iterator() implementation
Which contains the wrong line and column numbers.