Description
In strict mode throw an exception when values cannot be correctly compared instead for ignoring this case.
For example:
#set($a = $NULL)
#set($b = $NULL)
#if ($a > $b)
foobar
#end
In strict mode throw an exception when values cannot be correctly compared instead for ignoring this case.
For example:
#set($a = $NULL)
#set($b = $NULL)
#if ($a > $b)
foobar
#end