Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The method DurationFormatUtils#lexx does not detect if the format string contains an unmatched single-quote character.
For example "yMd'test" should really be rejected, as the literal string "test" is not properly terminated.