gzilla/show_bug.cgi?id=20730
[jelly][patch] More descriptive exception on failure to create Jexl expression
[EMAIL PROTECTED] changed:
What|Removed |Added
Stat
gzilla/show_bug.cgi?id=20730
[jelly][patch] More descriptive exception on failure to create Jexl expression
[EMAIL PROTECTED] changed:
What|Removed |Added
Summary|[patch
If you have an invalid expression, such as 'variable.length = 0', Jexl
just comes back with 'Invalid expression'.. Makes it kinda hard to
locate the problem in your script :)
The attached patch just puts the expression text into the wrapped
exception from Jexl.
-pete
-