-
Bug
-
Resolution: Unresolved
-
Minor
Since version 2.277.1 login redirection seems to be broken. In version 2.263.4 when you landed on the login page with ?from query parameter in the URL you would get redirected to the page you came from.
For example if you are not logged into jenkins and visited the job 'test' and the try to login, you would get the following URL: http://localhost:8080/login?from=%2Fjob%2Ftest%2F
In version 2.263.4 after you logged in successfully, you would be redirected back to the 'test' job page. But since version 2.277.1 you are redirected back to the root page.
It seems that the ?from query parameter is broken.
I have tested the following docker images:
Version | works |
---|---|
2.263.4 | |
2.277.1 | |
2.277.2 | |
2.277..3 |
- is related to
-
JENKINS-64991 Login redirect to previous page no longer works
- Closed