RE: FO -> PDF works with Netscape, not with IE

2002-03-06 Thread Joerg Pietschmann
"Katiyar, Bhawana" <[EMAIL PROTECTED]> wrote: > I am using IE 5.5 SP2. My request for a PDF document is being sent twice. This is a FAQ, you'll find answers in the archives. A summary: First, it is important that IEx takes clues how to handle the content from the URL even before it requests the

RE: FO -> PDF works with Netscape, not with IE

2002-03-05 Thread Savino, Matt C
att Savino > -Original Message- > From: alex [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 05, 2002 9:47 AM > To: [EMAIL PROTECTED] > Subject: Re: FO -> PDF works with Netscape, not with IE > > > I think Matt was saying that you *shouldn't* set no-cac

Re: FO -> PDF works with Netscape, not with IE

2002-03-05 Thread alex
[EMAIL PROTECTED] wrote: >how do you set the no-cache for the output header going out of the servlet, >because I saw this prob just yesterday. > >- Original Message - >From: "Savino, Matt C" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesda

Re: FO -> PDF works with Netscape, not with IE

2002-03-05 Thread david
t; (at least in my experience). > > Matt Savino > > > > -Original Message- > > From: Katiyar, Bhawana [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, March 05, 2002 7:37 AM > > To: [EMAIL PROTECTED] > > Subject: RE: FO -> PDF works with Netscape, not with

RE: FO -> PDF works with Netscape, not with IE

2002-03-05 Thread Savino, Matt C
ginal Message- > From: Katiyar, Bhawana [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 05, 2002 7:37 AM > To: [EMAIL PROTECTED] > Subject: RE: FO -> PDF works with Netscape, not with IE > > > I am using IE 5.5 SP2. My request for a PDF document is being > sent twice. &

RE: FO -> PDF works with Netscape, not with IE

2002-03-05 Thread alex
At 15:36 05/03/02, Katiyar, Bhawana wrote: >I am using IE 5.5 SP2. My request for a PDF document is being sent twice. >Does anyone has a working servlet which serves PDF requests in one shot. > >Thanks >Bh Blame Microsoft. Your *browser* is requesting it twice. It isn't a fault in the servlet.

RE: FO -> PDF works with Netscape, not with IE

2002-03-05 Thread Katiyar, Bhawana
ECTED]' Subject: RE: FO -> PDF works with Netscape, not with IE If you have to support older verisons of IE (<5.5), you'll also have to take a couple of steps to avoid calling FOP 2 or 3 times. One you'll want to look out for User-Agent='contype' in the request header, a

RE: FO -> PDF works with Netscape, not with IE

2002-03-04 Thread Savino, Matt C
; -Original Message- > From: Chetan Vig [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 04, 2002 1:51 PM > To: [EMAIL PROTECTED] > Subject: Re: FO -> PDF works with Netscape, not with IE > > > Make sure you have the following set in your response >

Re: FO -> PDF works with Netscape, not with IE

2002-03-04 Thread Chetan Vig
Make sure you have the following set in your response // CONTENT DISPOSITION ENSURES THAT IE BROWSER RECOGNIZES THE PDF // BYTE STREAM AS A PDF FILE // SOLUTION FOUND FROM MICROSOFT SUPPORT PAGE // NO IMPACT FOR NETSCAPE BROWSE

RE: FO -> PDF works with Netscape, not with IE

2002-03-04 Thread Jim Urban
Be sure you set the content length, otherwise IE has problems. It also helps to call reset to clear any information in the HTTP header before setting your content type or any other values. Jim > -Original Message- > From: Katiyar, Bhawana [mailto:[EMAIL PROTECTED]] > Sent: Monday, March