-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Hudson 1.323 and trunk
Glassfish and winstone
Locale ja_JP.UTF-8 (Japanese)
Clicking view tabs returned 404 error. I got stapler trace log as follows.
Stapler processed this HTTP request as follows, but couldn't find the resource
to consume the request
-> evaluate(<hudson.model.Hudson@1d4150>
:hudson.model.Hudson,"/view/%E3%83%93%E3%83%A5%E3%83%BC")
->
evaluate(((StaplerProxy)<hudson.model.Hudson@1d4150>).getTarget(),"/view/%E3%83%93%E3%83%A5%E3%83%BC")
-> evaluate(<hudson.model.Hudson@1d4150>.getView(""),"")
-> evaluate(null,"")
-> unexpected null!
If this 404 is unexpected, double check the last part of the trace to see if it
should have evaluated to null.
Hudson 1.322 has worked fine.