This issue has been created
There is 1 update.
 
 
Confluence / cid:jira-generated-image-avatar-dc22da53-ca44-48e2-a969-757719043f41 CONFLUENCE-431 Open

ConcurrentModificationException thrown when handling duplicate revisions

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-5b4d31bf-aa08-4e78-8840-865d5d7d5fe0 Raphaël Jakse created this issue on 15/Apr/25 15:41
 
Summary: ConcurrentModificationException thrown when handling duplicate revisions
Issue Type: cid:jira-generated-image-avatar-dc22da53-ca44-48e2-a969-757719043f41 Bug
Affects Versions: 9.82.3
Assignee: Unassigned
Components: XML
Created: 15/Apr/25 15:41
Priority: cid:jira-generated-image-static-major-8fbcb375-54f7-461d-b790-03d82728dfca Major
Reporter: Raphaël Jakse
Description:

An exception can be thrown when removing duplicates, because the same set that is iterated over is also modified. The fix is to iterate over a copy of the set.

 
 

1 update

 
cid:jira-generated-image-avatar-5b4d31bf-aa08-4e78-8840-865d5d7d5fe0 Changes by Raphaël Jakse on 15/Apr/25 15:42
 
Assignee: Raphaël Jakse