提交 7f2d4faf 编写于 作者: K kohsuke

Fixed #922 that causes 404 in sidepanel links.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5363 71c3de6d-444a-0410-be80-ed276b4c234a
上级 13deb345
......@@ -811,7 +811,7 @@ public abstract class AbstractProject<P extends AbstractProject<P,R>,R extends A
FilePath ws = getWorkspace();
if(!ws.exists()) {
// if there's no workspace, report a nice error message
rsp.forward(this,"noWorkspace",req);
req.getView(this,"noWorkspace.jelly").forward(req,rsp);
} else {
new DirectoryBrowserSupport(this,getDisplayName()+" workspace").serveFile(req, rsp, ws, "folder.gif", true);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册