Comment #2 on issue 350 by david.stenglein: Guice explodes if it doesn't  
have System.getProperty permissions
http://code.google.com/p/google-guice/issues/detail?id=350

There solution seems to be to wrap Property access with a method that  
allows a
default value to be returned if there is a SecurityException.

Even if you manage to get past that, does Web Start allow
ReflectPermission("suppressAccessChecks")? This will break  
Field.setAccessible and
this seems to be a bit more fundamental to Guice.

I don't know if Guice can be expected to work in an unsigned app in a  
sandboxed
environment, but then again, I don't know too much about java security. The  
basic
principles do seem to conflict, though.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to