-
Bug
-
Resolution: Fixed
-
Minor
The implementation of JENKINS-31661 suggests http://localhost:8080/jenkins as the root URL if you run with --prefix=/jenkins. It must be http://localhost:8080/jenkins/ in this case, or http://localhost:8080/ if the prefix is undefined (so, blank).
- blocks
-
JENKINS-31661 Jenkins.rootUrl too often unset or incorrect
-
- Resolved
-
- links to
[JENKINS-51660] Setup wizard suggests root URL not ending in slash
Link |
New:
This issue blocks |
Labels | New: lts-candidate |
Remote Link | New: This issue links to "#3474 core (Web Link)" [ 20791 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Labels | Original: lts-candidate | New: 2.121.2-rejected lts-candidate |
I suppose for settings compatibility, we should append a slash to a saved root URL which is missing one, but the validator should require it going forward.