Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add provider name and class name mapping in Restricted Security mode #732

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

taoliult
Copy link
Contributor

This is a back-port PR from PR ibmruntimes/openj9-openjdk-jdk#722

For the Java security providers, for example, the SunSASL, its class name is com.sun.security.sasl.Provider. From the provider class name, can not get the provider name which defined in its construction method. So, add the mapping between the provider name and its class name in Restricted Security mode.

For the Java security providers, for example, the SunSASL, its
class name is com.sun.security.sasl.Provider. From the provider
class name, can not get the provider name which defined in its
construction method. So, add the mapping between the provider
name and its class name in Restricted Security mode.

Signed-off-by: Tao Liu <[email protected]>
@keithc-ca
Copy link
Member

Jenkins compile zlinux jdk8

@keithc-ca
Copy link
Member

@keithc-ca keithc-ca merged commit 33602fc into ibmruntimes:openj9 Jan 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants