History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: OGNL-96
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jesse Kuhnert
Reporter: Jesse Kuhnert
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OGNL

object equality b0rken

Created: 18/Jun/07 06:58 PM   Updated: 18/Jun/07 08:11 PM
Component/s: ExpressionCompiler
Affects Version/s: 2.7
Fix Version/s: 2.7.1


 Description  « Hide
When comparing two object instances the expression "objectA == objectB" will fail unless they are both the same instance...This should work if they are the same instance OR if they both Object.equals(other) .

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.