Value comparisons in strict mode should be strict
-------------------------------------------------

                 Key: VELOCITY-645
                 URL: https://issues.apache.org/jira/browse/VELOCITY-645
             Project: Velocity
          Issue Type: Improvement
          Components: Engine
            Reporter: Byron Foster
             Fix For: 1.7


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



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to