-
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
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.