提交 37e1c80c 编写于 作者: S sogabe

[FIXED HUDSON-7988] 404 Not Found when "Downgrade to XX" button was clicked.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@36598 71c3de6d-444a-0410-be80-ed276b4c234a
上级 3f1f53f2
......@@ -622,7 +622,7 @@ public class UpdateSite {
*/
public void doDowngrade(StaplerResponse rsp) throws IOException {
deployBackup();
rsp.sendRedirect("../updateCenter/");
rsp.sendRedirect2("../..");
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册