Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Apache Sling Testing Clients 1.2.4
-
None
Description
The Polling class has a line that can throw a format exception in case the message of lastException contains a "%":
throw new TimeoutException(String.format(message(), effectiveTimeout, delay));