[jboss-jira] [JBoss JIRA] (WFCORE-3948) Potential race condition on deployment of EAR when Class-Path manifest entry is in use

Stuart Douglas (JIRA) issues at jboss.org
Sun Jul 1 21:31:00 EDT 2018


Stuart Douglas created WFCORE-3948:
--------------------------------------

             Summary: Potential race condition on deployment of EAR when Class-Path manifest entry is in use
                 Key: WFCORE-3948
                 URL: https://issues.jboss.org/browse/WFCORE-3948
             Project: WildFly Core
          Issue Type: Bug
          Components: Server
            Reporter: Stuart Douglas
            Assignee: Stuart Douglas


Attachments#ADDITIONAL_MODULES is attached to the top level DU, but modified by sub deployments in ManifestClassPathProcessor#createAdditionalModule without any sort of synchronisation. This can result in ConcurrentModificationException when the list is read/written to by other sub deployments at the same time.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list