On Fri, Oct 4, 2013 at 9:22 PM, Prem Nair <[email protected]> wrote: > I am trying to write some code JSP/bean code where the web page does a > OCSP certificate validation programmatically. > When the code executes the first Security.setProperty it throws the > following exception. > > java.security.AccessControlException: access > denied ("java.security.SecurityPermission" "setProperty.ocsp.enable") > Any thoughts of how to solve this. I am using eclipse with GAE(jetty) for > the local env testing. > >
Are you encountering this error within your local environment, or the App Engine production servers? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
