-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Fixed invalid http accept header #10371
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
This patch overrides the default JDK accept header that happens to be invalid, as per RFC 7231. Real issue: https://bugs.openjdk.java.net/browse/JDK-8163921 Fix arduino#10264
✅ Build completed.
Please test this code using one of the following:
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10371-BUILD-974-linux32.tar.xz
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10371-BUILD-974-linux64.tar.xz
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10371-BUILD-974-windows.zip
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10371-BUILD-974-macosx.zip
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10371-BUILD-974-linuxarm.tar.xz
i️ The linuxarm
build is still experimental and may not be always available.
This patch overrides the default JDK accept header that happens to be
invalid, as per RFC 7231.
Real issue: https://bugs.openjdk.java.net/browse/JDK-8163921
Fix #10264
@DataGhost @matthijskooijman