OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.16k stars 599 forks source link

[spring boot feature] determine support for security manager #2556

Open tjwatson opened 6 years ago

tjwatson commented 6 years ago

There are currently issues with running spring framework with security manager enabled. This issue is to investigate the issues and determine if we should fix them.

tjwatson commented 6 years ago

Removing from the main Epic for supporting spring application.

tjwatson commented 6 years ago

One issue is that if jar urls are used we do not auto grant the application rights to read out of the URLs from the jars on the classpath. Once that is disabled and wsjar protocol is used instead then there are many different permissions that are needed. So much that it seems unreasonable and most users will probably just go with AllPermission