Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Done
-
None
Description
ACL.impersonate uses pre-java 7 patterns and either ends up with requiring a finally or requiring additional classloading.
Much more efficient if we can do something like
try (ACLContext _ = ACL.as(auth)) { // do some stuff as auth }
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Remote Link | This issue links to "PR 2437 (Web Link)" [ 14591 ] |
Resolution | Done [ 10000 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Workflow | JNJira [ 173205 ] | JNJira + In-Review [ 199415 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Merged towards 2.14