Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
Jenkins 1.505
Description
Since Jenkins 1.505, Clicking "My Views" links results in 404 Not Found.
404 Not Found Stapler processed this HTTP request as follows, but couldn't find the resource to consume the request -> evaluate(<hudson.model.Hudson@81818b6> :hudson.model.Hudson,"/me/my-views/view/%20%20%20") -> evaluate(((StaplerProxy)<hudson.model.Hudson@81818b6>).getTarget(),"/me/my-views/view/%20%20%20") -> evaluate(<hudson.model.Hudson@81818b6>.getMe(),"/my-views/view/%20%20%20") -> evaluate(<Seiji Sogabe> :hudson.model.User,"/my-views/view/%20%20%20") -> evaluate(<Seiji Sogabe>.getDynamic("my-views",...),"/view/%20%20%20") -> evaluate(<hudson.model.MyViewsProperty@417e7d7d> :hudson.model.MyViewsProperty,"/view/%20%20%20") -> evaluate(<hudson.model.MyViewsProperty@417e7d7d>.getView(" "),"") -> unexpected null! If this 404 is unexpected, double check the last part of the trace to see if it should have evaluated to null.
Attachments
Issue Links
- is related to
-
JENKINS-17336 in the jenkins 1.506 version My Views doesn't work
-
- Resolved
-
Code changed in jenkins
User: Seiji Sogabe
Path:
core/src/main/java/hudson/model/MyViewsProperty.java
http://jenkins-ci.org/commit/jenkins/e387005fad7d87191feb1995715bc8e3788ff81d
Log:
JENKINS-17317rawEncode should be used instead of encode(cherry picked from commit 477e8979eb823e2a9c08eac9bab2ca6d71211594)