[
https://issues.apache.org/jira/browse/VELOCITY-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658767#action_12658767
]
Will Glass-Husain commented on VELOCITY-645:
--------------------------------------------
Does this patch still support the testing of equality using toString() when the
operands are of different types?
> 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
>
> Attachments: 645.patch
>
>
> 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]