-
Notifications
You must be signed in to change notification settings - Fork 236
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
8179503: Java should support GET OCSP calls #1917
Conversation
👋 Welcome back apavlyutkin! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
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.
Still good.
@apavlyutkin This change is no longer ready for integration - check the PR body for details. |
@apavlyutkin This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
Please don't close this, bot. |
@apavlyutkin This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
There is no a blocker anymore |
Please also request the follow up change in PR 1920. I will approve both. |
This is a chain of 4 dependent PR's: 1917 (this one), 1918 (not yet reviewed), 1920 (reviewed), and 1921 (clean), and 1920 only makes sense on top of 1918. |
Hi, I think it would be good to merge head into these, maybe into the topmost change of the chain of dependent fixes. |
Hi, Goetz, let's make it AFTER all the changes get reviewed. Once I rebased the original chain #847 (this one is just a copy) through a year of master and Github went crazy, it correctly displayed the delta as a patch, but at the same time review pane also showed all the commits to master for this year making review just impossible, and exactly that is the reason why I created this copy of the original chain. Thank you |
Hi, ok, I am waiting for PR 1918 being reviewed. |
I do not observe the problem
It looks like for some reason your nigthbuild didn't incorporate all the changes |
@apavlyutkin This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@apavlyutkin This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
Hi, here is backport of JDK-8179503 that adds support of GET OCSP calls for parity with Oracle: in spite of the fact that JBS issue is not labelled with any Oracle release, this one is mandatory for JDK-8274471 released to 11.0.18-oracle
Original patch applied with the only change
src/java.base/share/classes/sun/security/provider/certpath/OCSP.java
Verification (amd64/20.04): newly added
test/jdk/java/security/cert/CertPathValidator/OCSP/GetAndPostTests.java
Regression (amd64/20.04):
jdk_security
@TheRealMDoerr I raised this one instead of already reviewed #847. Please check it out
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/1917/head:pull/1917
$ git checkout pull/1917
Update a local copy of the PR:
$ git checkout pull/1917
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/1917/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1917
View PR using the GUI difftool:
$ git pr show -t 1917
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/1917.diff
Webrev
Link to Webrev Comment