You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this routing-rules test it uses == to evaluate string equality, which is not an appropriate Java approach. I'm not sure if MVEL has a its own engine that evaluates in its syntax, but if it's just using Java syntax then we should be using .equals() for string evaluation.
The text was updated successfully, but these errors were encountered:
In this routing-rules test it uses
==
to evaluate string equality, which is not an appropriate Java approach. I'm not sure if MVEL has a its own engine that evaluates in its syntax, but if it's just using Java syntax then we should be using.equals()
for string evaluation.The text was updated successfully, but these errors were encountered: