-
Bug
-
Resolution: Fixed
-
Minor
-
-
2.296
When logging in, the "from" URL is no longer being redirected to.
- docker run -p 8080:8080 -p 50000:50000 jenkins/jenkins:2.265
- Pass the setup wizard not installing anything, keep admin user.
- In /configureSecurity, allow anonymous read access
- As anonymous, go to http://localhost:8080/view/all/builds
- Click log in
- Log in as admin
Expected result (up to 2.265): Back to Build History
Actual result (from 2.266): Index page
This is a regression, probably caused by https://github.com/jenkinsci/jenkins/blob/9cf3f73abdeddf360f67d98577a15b8cb0dc4162/core/src/main/java/hudson/security/AuthenticationProcessingFilter2.java#L61-L96
- is related to
-
JENKINS-66026 Jenkins redirects back to homepage after login
- Closed
-
JENKINS-65452 Login ?from redirect broken since version 2.277.1
- Open
- links to