-
Bug
-
Resolution: Fixed
-
Minor
-
None
This is an issue that needs to be investigated more. It spun out of JENKINS-41425.
Basically ...
- create a folder "Foo"
- create a job in that folder named "Bar"
- open the job in classic Jenkins and press the "Open Blue Ocean" button
Works on Chrome, FF and Safari 9.x. Doesn't work on Safari 10.x.
The BO URL for this job will be blue/organizations/jenkins/Foo%2FBar. It sounds like Safari 10.x is URL decoding the path and converting it into blue/organizations/jenkins/Foo/Bar, causing the user to see a 404. This is not happening on the other browsers tested (including the earlier version of Safari).
- relates to
-
JENKINS-41425 Refreshing page with / in job name results in 404
- Closed