-
Bug
-
Resolution: Fixed
-
P4
-
1.0
-
None
-
beta
-
generic
-
generic
The current SubjectDomainCombiner implementation caches the value of Policy.getPolicy at constructor time. As such, a subsequent call to Policy.setPolicy will have no effect on any existing thread that is still executing in a doAs, and no effect on any threads that caches an AccessControlContext containing a combiner and uses it later. The spec does not say this occurs.
- relates to
-
JDK-4244271 New policy sometimes has no effect with no indication given
-
- Resolved
-