提交 a7523b9d 编写于 作者: K kohsuke

picking up a new version for the better encoding support in LargeText

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@12746 71c3de6d-444a-0410-be80-ed276b4c234a
上级 9297e208
......@@ -1090,7 +1090,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
* Handles incremental log output.
*/
public void doProgressiveLog( StaplerRequest req, StaplerResponse rsp) throws IOException {
new LargeText(getLogFile(),!isLogUpdated()).doProgressText(req,rsp);
new LargeText(getLogFile(),getCharset(),!isLogUpdated()).doProgressText(req,rsp);
}
public void doToggleLogKeep( StaplerRequest req, StaplerResponse rsp ) throws IOException, ServletException {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册