You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Patrick GIRY <pa...@free.fr> on 2002/12/17 22:12:48 UTC

Problem with HttpServletResponse.getOutputStream() and SSL

I use the Apache 2.0.43 / mod_jk2 / mod_ssl and Tomcat 4.1.12.
I created a servlet which can read a pdf file and write it in the response
output stream in byte format.
When i call https://localhost:445/GetPDFServlet with Mozilla 1.0.1 the acrobat
reader 4.0 plug-in appear with the pdf in.

If i do the same thing on the same machine with IE5.5, it opens an alert which
try to download https://localhost:445/GetPDFServlet.

If i do the same thing without ssl all working very well with IE5.5.

Do you know how to resolve this problem?

Patrick GIRY

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>