Hi Donald, just a quick note, there is also SecureActions in bval-jsr303 which extends PrivilegedActions.
Regards, Carlos On Thu, May 20, 2010 at 9:07 PM, Donald Woods (JIRA) <[email protected]> wrote: > Handle Java security policies and managers > ------------------------------------------ > > Key: BVAL-54 > URL: https://issues.apache.org/jira/browse/BVAL-54 > Project: BeanValidation > Issue Type: Bug > Affects Versions: 0.1-incubating > Reporter: Donald Woods > Fix For: 0.2-incubating > > > It looks like we have several places in the code where we need to use a > java.security.PrivilegedAction and AccessController. > We currently have > bval-core/src/main/java/org/apache/bval/util/PrivilegedActions.java which > just needs to be used before accessing classloaders, system resources, .... > > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > >
