-
Bug
-
Resolution: Fixed
-
Major
I believe as of https://github.com/jenkinsci/jenkins/commit/fbb2bca in 1.500, when using Winstone, if a View has a non-ASCII name, after you Save its configuration you are redirected to a bogus URL which gives a 404.
Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/model/View.java
test/src/test/java/hudson/model/ViewTest.java
http://jenkins-ci.org/commit/jenkins/80328483465027495c01d20ae11d743a46965c01
Log:
[FIXED JENKINS-18373] View.doConfigSubmit must rawEncode its name.
Compare: https://github.com/jenkinsci/jenkins/compare/1e7b82aea072...803284834650