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

PAYARA-2294 Switch to Secure Random #2175

Merged
merged 1 commit into from
Nov 27, 2017
Merged

Conversation

smillidge
Copy link
Contributor

No description provided.

@smillidge smillidge added this to the Payara 4.181 milestone Nov 22, 2017
@smillidge
Copy link
Contributor Author

jenkins test please

@payara-ci
Copy link
Contributor

Quick build and test passed!

@jerrinot
Copy link
Contributor

jerrinot commented Nov 23, 2017

what's the reason for this?

@smillidge
Copy link
Contributor Author

Synch from upstream

@@ -193,7 +193,7 @@
/**
* A random number generator to use when generating session identifiers.
*/
protected Random random = null;
protected SecureRandom random = null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assignment to null is technically not needed

@arjantijms arjantijms merged commit 7aac900 into payara:master Nov 27, 2017
@smillidge smillidge deleted the PAYARA-2294 branch April 28, 2018 16:47
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.

4 participants