Re: Streaming pdf document fails

2004-05-11 Thread Sasha Borodin
. -Sasha From: Summers, Bert W. [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Tue, 11 May 2004 12:32:49 -0700 To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Streaming pdf document fails This is what tcptrace tells me is being sent back to the browser HTTP/1.1 200

RE: Streaming pdf document fails

2004-05-11 Thread Summers, Bert W.
. -Original Message- From: Sasha Borodin [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 2:23 PM To: Tomcat Users List Subject: Re: Streaming pdf document fails Bert, I just ran across something similar today, read this document: http://support.microsoft.com/default.aspx?scid=http

Re: Streaming pdf document fails

2004-05-11 Thread Christoph Meier
As far as i remeber, IE wants to know the content-length to show a PDF. = put the appopriate content-length into your Response-Header, ensure to have set the right content-type and i would expect that the PDF-stream should work then for IE, too. _christoph I have a problem that just came up.

RE: Streaming pdf document fails

2004-05-11 Thread Summers, Bert W.
:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 12:28 PM To: Tomcat Users List Subject: Re: Streaming pdf document fails As far as i remeber, IE wants to know the content-length to show a PDF. = put the appopriate content-length into your Response-Header, ensure to have set the right content-type

Re: Streaming pdf document fails

2004-05-11 Thread Christoph Meier
, but that is not what I want. Secondly Mozilla still asks for the file twice and gets it, but only displays one of them. -Original Message- From: Christoph Meier [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 12:28 PM To: Tomcat Users List Subject: Re: Streaming pdf document fails As far

RE: Streaming pdf document fails

2004-05-11 Thread Bui, Bao-Ha D
I am not using it with all the app server you mentioned but in my mimetype string is application/octet-stream and it works. However, it also doing the double request like you mentioned. When you find out why it's doing that, please post. Thanks. -Original Message- From: Summers, Bert