ConfigJSR icon indicating copy to clipboard operation
ConfigJSR copied to clipboard

Clarify whether/how to integrate the SecurityManager

Open struberg opened this issue 7 years ago • 1 comments

Currently the whole config approach assumes that all the information is available in the whole ClassLoader/application.

If someone want's to guard against such an access, then this should best be done via the SecurityManager. But how to integrate this best?

struberg avatar Mar 01 '18 15:03 struberg

We might also end up with coming to the conclusion that we don't want to define this in the spec and leave it to the implementations whether they want to have it.

struberg avatar Mar 01 '18 16:03 struberg