-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
[JENKINS-63958] use new winstone 5.11.1 with downgraded Jetty version 9.4.30.v20200611 #5019
Conversation
…1 because of JENKINS-63958 Signed-off-by: olivier lamy <olamy@apache.org>
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.
I prefer to integrate this PR if the build passes
Favouring this over #5017 |
I plan to merge it once the CI passes |
Winstone 5.11.1 changelogs have been published: Downgrade Jetty to 9.4.30.v20200611 to fix the regression with wrong port added to URLs . We are all set here IMHO |
As discussed in the chat with @timja , will go ahead and merge it without waiting for the JDK8 CI. The release flow runs the same CI anyway. |
Picking up jenkinsci/winstone#125, fine. |
If the bug with the port was reproducible somehow, has anyone attempted to cover this with an HtmlUnit regression test? |
My Jenkins 2.261 system now shows Jenkins 2.263 as an available upgrade, but automatic upgrade fails with the following:
Browsing to the above URL shows that the 2.263 sub-folder is not present. |
$ curl -IL https://updates.jenkins.io/download/war/2.263/jenkins.war
HTTP/1.1 302 Found
Date: Tue, 20 Oct 2020 16:41:23 GMT
Server: Apache/2.4.29 (Ubuntu)
Location: https://get.jenkins.io/war/2.263/jenkins.war
Content-Type: text/html; charset=iso-8859-1
HTTP/2 404
server: nginx/1.19.1
date: Tue, 20 Oct 2020 16:41:23 GMT
content-type: text/plain; charset=utf-8
content-length: 10
x-content-type-options: nosniff
strict-transport-security: max-age=15724800; includeSubDomains Might correct itself after something finishes uploading, TBD. |
Still not working. I opened jenkins-infra/jenkins.io#3885 |
@jglick , in your CURL test, Content-Type text/html is not correct for a .war file. Should be application/octet-stream or some other binary mime type. And the redirected link https://get.jenkins.io/war/2.263/jenkins.war should permit download from a web browser (it gives Not Found instead). |
Signed-off-by: olivier lamy olamy@apache.org
See JENKINS-63958.
Proposed changelog entries
Proposed upgrade guidelines
N/A
Submitter checklist
Proposed changelog entries
section only if there are breaking changes or other changes which may require extra steps from users during the upgradeDesired reviewers
@mention
Maintainer checklist
Before the changes are marked as
ready-for-merge
:Proposed changelog entries
are correctupgrade-guide-needed
label is set and there is aProposed upgrade guidelines
section in the PR title. (example)lts-candidate
to be considered (see query).