-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
SubjectCreatingPolicyInterceptor#getPrincipal(Principal, Subject) converts a Set to an array just to get the first element. This is unnecessary and can easily be done with an Iterator which avoids the array creation.
- is incorporated by
-
JBEAP-9899 JBWS-4031 - Avoid array allocation in SubjectCreatingPolicyInterceptor
- Closed