Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
StringUtils.compareEqual should return true if both arguments are empty strings with null being considered an empty string,
However if one argument is null and the other is an empty string the function returns false, which is not desired.