Skip to content
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

Upgrade Jetty from 9.4.5.v20170502 to 9.4.22.v20191022 #157

Merged
merged 3 commits into from
Nov 6, 2019

Conversation

jglick
Copy link
Member

@jglick jglick commented Nov 1, 2019

Supersedes #150. Picking up the sort of no-op servlet security realm that JenkinsRule uses. Confirmed that this works with the build-token-root plugin with authentication enabled (initialAdminPassword style).

Copy link
Member

@oleg-nenashev oleg-nenashev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. A downstream PR would be great

@jglick
Copy link
Member Author

jglick commented Nov 1, 2019

A downstream PR

To do what?

@jglick jglick added the dependencies Pull requests that update a dependency file label Nov 1, 2019
@jglick jglick marked this pull request as ready for review November 1, 2019 17:45
hashLoginService.setUserStore(userStore);
userStore.addUser("alice", new Password("alice"), new String[] {"user", "female"});
userStore.addUser("bob", new Password("bob"), new String[] {"user", "male"});
userStore.addUser("charlie", new Password("charlie"), new String[] {"user", "male"});
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@oleg-nenashev oleg-nenashev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant this Build Token Root plugin you referenced

@jglick
Copy link
Member Author

jglick commented Nov 1, 2019

I meant this Build Token Root plugin you referenced

Pointless since what I tested was behavior of hpi:run which a CI build does not exercise. Whereas the parent-3x IT in this repo does sanity-check it.

@oleg-nenashev oleg-nenashev changed the title Upgrade Jetty Upgrade Jetty from 9.4.5.v20170502 to 9.4.22.v20191022 Nov 6, 2019
@oleg-nenashev oleg-nenashev merged commit af58dc0 into jenkinsci:master Nov 6, 2019
@jglick jglick deleted the jetty branch November 6, 2019 13:45
@basil
Copy link
Member

basil commented Jun 13, 2024

Caused regression (#625)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants