Bug 45664 - Some calls should be wrapped in AccessController.doPrivileged
Summary: Some calls should be wrapped in AccessController.doPrivileged
Status: RESOLVED FIXED
Alias: None
Product: Security - Now in JIRA
Classification: Unclassified
Component: Signature (show other bugs)
Version: unspecified
Hardware: All All
: P3 normal
Target Milestone: ---
Assignee: XML Security Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-21 05:37 UTC by sean.mullan
Modified: 2008-08-21 05:41 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sean.mullan 2008-08-21 05:37:38 UTC
There are a few places in the code (such as reading
system properties) that should be wrapped in
AccessController.doPrivileged blocks so that applications that normally
would not have these permissions can generate and validate signatures 
when run with a SecurityManager enabled.