Hello,
I created a
Servlet that publishes a PDF document. I took all the necessary precautions
suggested by Bruno Lowagie and Paulo Soares when dealing with IE, including
mapping the Servlet to “/myservlet/mypdf.pdf” and first outputting
to a buffer to get the final size before returning the document. Everything has
been working fine on IE 6. However when we tried it on IE 5.5 we get an error (DocumentException)
if we publish and then republish shortly after. Does anybody have a clue what
might solve this problem or what causes it??
Regards,
Isabelle