eclipse / microprofile-rest-client

MicroProfile Rest Client
Apache License 2.0
142 stars 72 forks source link

RestClientBuilderResolver does not work when the security manager is enabled #353

Closed jamezp closed 9 months ago

jamezp commented 1 year ago

The RestClientBuilderResolver does some privileged actions for various things like looking up the class loader. However, the loadSpi() uses a ServiceLoader and does not use a privileged action requiring java.io.FilePermission to be added to read the SPI JAR.