-
Bug
-
Resolution: Done
-
Major
-
None
In io.undertow.servlet.api.DeploymentInfo.clone() there is just
info.principalVersusRolesMap.putAll(principalVersusRolesMap);
principalVersusRolesMap is a map from strings to sets and we should clone the sets as we do with servlets and filters.
A PR follows.
- clones
-
UNDERTOW-1347 Deep clone DeploymentInfo.principalVersusRolesMap
- Resolved
- is incorporated by
-
JBEAP-14823 [GSS](7.1.z) Upgrade Undertow from 1.4.18.SP7 to 1.4.18.SP8
- Closed