I am trying to tune permissions on a 3rd party jar.

With a lack of some permissions, exceptions are thrown while others just
fail silently which makes it very difficult to give the bundle only the
permissions it needs.

Is there any way to ALWAYS get exceptions to be thrown in order to make
"permission tuning" easier and give the bundle just the permissions it
needs:
(java.util.PropertyPermission "propX" "read") instead of
(java.util.PropertyPermission "*" "read,write")

Thanks,
Bokie



--
View this message in context: 
http://apache-felix.18485.n6.nabble.com/Tuning-permissions-tp5000251.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to