On Wed, 11 Mar 2026 18:40:05 GMT, Alan Bateman <[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.

@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.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/30193#issuecomment-4042506781

Reply via email to