Skip to content
New issue

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

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

Already on GitHub? # to your account

Argument validation for allowedClockSkewSeconds #601

Merged
merged 2 commits into from
Jun 11, 2020

Conversation

lhazlewood
Copy link
Contributor

Ensured setting allowedClockSkewSeconds to be greater than (Long.MAX_VALUE / 1000) will throw an IllegalArgumentException.

Resolves #583

….MAX_VALUE / 1000) will throw an IllegalArgumentException.
….MAX_VALUE / 1000) will throw an IllegalArgumentException.
@coveralls
Copy link

coveralls commented Jun 11, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling 89ff864 on 583-seconds-overflow into 2b00ed1 on master.

@lhazlewood lhazlewood merged commit 72973f9 into master Jun 11, 2020
@lhazlewood lhazlewood deleted the 583-seconds-overflow branch June 11, 2020 17:46
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reject seconds values that would cause overflow
2 participants