-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 1.505
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.
- 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:
changelog.html
core/src/main/java/hudson/model/MyViewsProperty.java
http://jenkins-ci.org/commit/jenkins/d33e22d392a3f7346f9cd9a9f87b79485fdbee37
Log:
[FIXED JENKINS-17317] ”My Views" links leads to 404 Not Found.