fix the bug in agent.jsp

This commit is contained in:
fanfuxiaoran 2014-03-31 10:54:06 +08:00
parent 0eaf531fff
commit 4bf9e81b44
2 changed files with 1 additions and 3 deletions

View File

@ -122,8 +122,6 @@ public class TestPlanHistoryResult extends BaseControllerService {
+ testPlanId.toString() + ".pdf\"");
response.addHeader("Content-Length", "" + pdfBuffer.length);
response.setContentType("application/pdf");
System.out.println("set response contentType:"
+ response.getContentType());
outputStream.write(pdfBuffer);
outputStream.flush();
outputStream.close();

View File

@ -142,7 +142,7 @@
<script src="js/jquery.i18n.properties-1.0.9.js"></script>
<script src="script/base.js"></script>
<script src="script/bench4q.table.js"></script>
<script src="script/agent/agentManage.js"></script>
<script src="script/admin/agentManage.js"></script>
</fmt:bundle>
</body>
</html>