On Wed, 11 Mar 2026 21:59:03 GMT, Vishva N <[email protected]> wrote: >> @vishva238 I think it would be better to start a thread on net-dev to >> discuss the problem/issue you are running into. It's way too. Are you >> migrating from an environment that used a security manager? Have you looked >> at the example agent in JEP 486 to get ideas for how to instrument the use >> sites to prevent the execution of methods that don't want to execute. > >> @vishva238 I think it would be better to start a thread on net-dev to >> discuss the problem/issue you are running into. It's way too. Are you >> migrating from an environment that used a security manager? Have you looked >> at the example agent in JEP 486 to get ideas for how to instrument the use >> sites to prevent the execution of methods that don't want to execute. > > @AlanBateman I don't either want to throw an error, simple skip the > authenticator setDefault call. Not related to security manager. With this > fix, I can allow some Authenticator class to be set default and disallow > other Authenticators. > > This is like a case where we connect around 15 flavours of databases and more > than 20 web connectors in single java product.
@vishva238 Please take the guidance and start a discussion on net-dev. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30193#issuecomment-4045117867
