Details
Description
org.activiti.engine.impl.util.ClassNameUtil uses java.util.HashMap to cache class names.
The usage of the cachedNames hash map is NOT synchronized while this utility class might be used by more than one threads at the same time.
This can cause severe issues: the engine might fail to initialize properly or unexpected exceptions might be raised randomly later at runtime.
Activity
Frederik Heremans
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 5.10 [ 18341 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |