Isabelle Ulfsdotter wrote:
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
A DocumentException implies an error on the Server Side. First you should establish if the problem is really triggered by IE 5.5 (and not by a side effect). If so, you should look at some log files. What is the difference when a request comes from IE5.5 in comparison with a request from IE 6? Do the logs show multiple hits? Is that what is causing the Exception? Does IE5.5 pass other parameters in the header? What is the DocumentException about? What triggered it? What does the stacktrace tell you? br, Bruno
------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_idt12&alloc_id344&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
