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

Implement System Security Manager Extensions #640

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

LeoColman
Copy link
Member

This commit implements the System Security Manager Extensions.

A special attention is needed to the System Security Manager, as it's only one for the JVM, it's susceptible to race conditions. This was specified in the documentation.

Implements #624

This commit implements the System Security Manager Extensions.

A special attention is needed to the System Security Manager, as it's only one for the JVM, it's susceptible to race conditions. This was specified in the documentation.

Implements #624
@LeoColman LeoColman force-pushed the feature/624-security-manager-extensions branch from 266eab0 to c36fe5b Compare February 13, 2019 20:50
@LeoColman
Copy link
Member Author

@sksamuel
Implemented the changes. If you're ok with them, I'll get this merged

@sksamuel sksamuel merged commit 4231544 into master Feb 13, 2019
@LeoColman LeoColman deleted the feature/624-security-manager-extensions branch February 13, 2019 22:00
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