提交 477e8979 编写于 作者: S Seiji Sogabe

rawEncode should be used instead of encode

上级 299af752
......@@ -145,7 +145,7 @@ public class MyViewsProperty extends UserProperty implements ViewGroup, Action,
}
public HttpResponse doIndex() {
return new HttpRedirect("view/" + Util.encode(getPrimaryView().getViewName()) + "/");
return new HttpRedirect("view/" + Util.rawEncode(getPrimaryView().getViewName()) + "/");
}
public synchronized void doCreateView(StaplerRequest req, StaplerResponse rsp)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册