Description
From Clay Bruce email:
the offending code is the method startsWith which can be found at line 1345 in UnifiedJEXL.java.
Problem is that sequence is not tested to see if the index is available before trying to access it.
A source with lines starting with leading spaces will trigger the bug.