-
Notifications
You must be signed in to change notification settings - Fork 228
8337684: [17/11u] Revert JDK-8163921 backport #2775
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
Conversation
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
Webrevs
|
|
/approval request Cleanly reverts JDK-8163921. See the comments in the issue for more discussion and rationale. jdk_net tests pass. This reverts us to a known good point before JDK-8163921, so the risk should be on lower side. |
I'm OK with this change. Do you plan on doing a more targeted fix for https://bugs.openjdk.org/browse/JDK-8163921 (e.g. by fixing the syntax error in the default accept header only)? |
Not at this time. The far-reaching unintended consequences of the original fix tells me this is a fiddly piece of code, so we are a bit averse trying to do more things than necessary here. I think we just let JDK 11 and 17 be as they are, even though it leaves HTTP client de-jure non-compliant to RFC. Let applications first encounter any default policy change in JDK 21. |
@GoeLin What's your take on this? If we revert, we should probably get it in soon. |
Also interested in this answer :) We missed the normal cutoff for October releases, but I can resubmit this PR as 17u-critical. |
Has anybody else seen this, besides Amazon in its internal systems? |
Closing in favor of #2843 |
See the issue for more discussion and rationale. This is the actual code change, should we decide to go forward.
This is a
git revert
of b37df14.Additional testing:
jdk_net
all
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2775/head:pull/2775
$ git checkout pull/2775
Update a local copy of the PR:
$ git checkout pull/2775
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2775/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2775
View PR using the GUI difftool:
$ git pr show -t 2775
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2775.diff
Webrev
Link to Webrev Comment