Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-1
-
None
Description
Groovy is used as a scripting language in the XWiki http://www.xwiki.org platform through the InvokerHelper. A small script such as:
println 'Some Text
where the end quote is missing on the string causes the Groovy script to hang without any previous exceptions from the parser.