Bug 63023

Summary: Provide a way to load SecurityProviders into the system classloader compatible with Java 9+
Product: Tomcat 9 Reporter: Jonathan Horowitz <jhorowitz>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: NEW ---    
Severity: enhancement CC: arame
Priority: P2 Keywords: PatchAvailable
Version: 9.0.x   
Target Milestone: -----   
Hardware: All   
OS: All   
Attachments: SecurityProviderLifecycleListener.java

Description Jonathan Horowitz 2018-12-20 02:38:52 UTC
Created attachment 36339 [details]
SecurityProviderLifecycleListener.java

In instances where modification of the Java runtime configuration is not feasible, we require a way to include SecurityProviders for use by all webapps in the container.

To this end, please review the attached SecurityProviderLifecycleListener.java for inclusion in Catalina.