Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1B1
Description
ValidationException throws a format exception if the error message contains percent sign because it gets passed to String.format without escaping any literal percent signs. A test case is included that will illustrate the problem.