Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
Description
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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Labels | regression unicode view | lts-candidate regression unicode view |
Labels | lts-candidate regression unicode view | 1.509.4-fixed regression unicode view |
Workflow | JNJira [ 149680 ] | JNJira + In-Review [ 193240 ] |
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