Re: Error with content-type application/pdf and Internet Explorer

2008-06-08 Thread Luis Pascual Forner
Luis Pascual Forner <[EMAIL PROTECTED]> Subject: Error with content-type application/pdf and Internet Explorer To: Tomcat Users List Send reply to: Tomcat Users List Organization: IVAL informática <http://www.ival. com> Hell

Re: Error with content-type application/pdf and Internet Explorer

2008-06-05 Thread Steve Ochani
Date sent: Thu, 05 Jun 2008 10:36:32 +0200 From: Luis Pascual Forner <[EMAIL PROTECTED]> Subject: Error with content-type application/pdf and Internet Explorer To: Tomcat Users List Send reply to: Tomcat User

Error with content-type application/pdf and Internet Explorer

2008-06-05 Thread Luis Pascual Forner
Hello, The JSP script that follows produces an error when accessing with Internet Explorer: <%@ page contentType="application/pdf" %> <%@ page import="java.io.File" %> <%@ page import="java.io.FileInputStream" %> <%@ page import="java.io.InputStreamReader" %> <% InputStreamReader in = new