Skip to content

Commit

Permalink
Merge pull request #19 from fbelzunc/JENKINS-26409
Browse files Browse the repository at this point in the history
[FIXED JENKINS-26409] ClientAbortException logged when cancelling a support bundle download
  • Loading branch information
christ66 committed Jun 8, 2015
2 parents a8001e9 + 1d617ac commit 717af32
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -167,7 +167,6 @@ public void doDownload(StaplerRequest req, StaplerResponse rsp) throws ServletEx
SupportPlugin.clearRequesterAuthentication();
}
} finally {
servletOutputStream.close();
logger.fine("Response completed");
}
}
Expand Down

0 comments on commit 717af32

Please sign in to comment.