On MS Internet Explorer v7 fails to deliver PDF over HTTPS protocol. On FF and Chrome everything works fine.
Source configuration:
Code:
PD4ML html = new PD4ML();
html.useHttpRequest(request, response);
response.setContentType("application/pdf");
response.setHeader("Content-Disposition", "attachment;filename=\"" + params.getFileName() + ".pdf\"");