-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
8.1.0.Beta
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
This line: https://github.com/wildfly/wildfly/blob/main/webservices/server-integration/src/main/java/org/jboss/as/webservices/deployers/WSClassVerificationProcessor.java#L152
... attempts to read the ModuleSpecification of the parent deployment, which involves unsafe access by multiple threads. See:
https://github.com/wildfly/wildfly-core/blob/main/server/src/main/java/org/jboss/as/server/deployment/module/ModuleSpecification.java#L28
- clones
-
WFLY-18818 WSClassVerificationProcessor can throw ConcurrentModificationException due to unsafe access to ModuleSpecification of the parent DeploymentUnit
- Resolved