Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Engine 2.0.6
-
None
Description
The dump method in the SlingRequestProgressTracker might lead to a ConcurrentModificationException as the dump directly writes to the writer during iterating
over the messages. If - for whatever reason - the writing causes a new log entry, the exception occurs.