-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8179503: Java should support GET OCSP calls
Reviewed-by: xuelei
- Loading branch information
Jamil Nimeh
committed
Dec 31, 2020
1 parent
8435f0d
commit f5ee356
Showing
3 changed files
with
334 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
1 comment
on commit f5ee356
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put a flag to bypass the GET method for length request <= 255 bytes and using POST method. From rfc 2560 : small requests (that after encoding are less than 255 bytes), MAY be submitted using GET. It's not MUST. So give the possibility to continue using POST method under 256 bytes length.