Bug 63023 - Provide a way to load SecurityProviders into the system classloader compatible with Java 9+
Summary: Provide a way to load SecurityProviders into the system classloader compatibl...
Status: NEW
Alias: None
Product: Tomcat 9
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 9.0.x
Hardware: All All
: P2 enhancement with 5 votes (vote)
Target Milestone: -----
Assignee: Tomcat Developers Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2018-12-20 02:38 UTC by Jonathan Horowitz
Modified: 2023-11-09 22:51 UTC (History)
1 user (show)



Attachments
SecurityProviderLifecycleListener.java (3.19 KB, text/plain)
2018-12-20 02:38 UTC, Jonathan Horowitz
Details

Note You need to log in before you can comment on or make changes to this bug.
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.