Hello all,
two weeks ago, Kuehnberger <[EMAIL PROTECTED]> wrote:
> My servlet can produce html or pdf, depending on a parameter which is
> passed.
> I read the discussion about that problem, but whatever I tried my
> servlet is still called twice when the output is pdf,
> if the out output is html
lacretaz [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 09, 2001 7:02 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Servlet called twice
>
> On Tuesday 09 October 2001 10:52, Kuehnberger wrote:
> > my servlet is still called twice when the output is pdf,
>
> Are you us
The problem is also in IE 6
> The problem with the servlet being called twice is a problem with
Internet
> Explorer and the way it handles foriegn MIME types. in IE 5.5 and
below the
> document is requested and one IE sees that it is a MIME type it does
not
> handle it then loads Acrobat and re-r
isable PDF-browser-integration for
users like me who find it annoying.
Hope someone finds this useful!
-Matt
> -Original Message-
> From: Beer, Christian [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 09, 2001 6:10 AM
> To: '[EMAIL PROTECTED]'
> Subj
Try using Netscape instead of IE! :-)
-Ursprüngliche Nachricht-
Von: Smith, Paul R [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 9. Oktober 2001 12:40
An: '[EMAIL PROTECTED]'
Betreff: RE: Servlet called twice
I have _exactly_ the same problem. Nothing I have tried has worke
Hi,
My servlet can produce html or pdf, depending on a parameter which is
passed.
I read the discussion about that problem, but whatever I tried my
servlet is still called twice when the output is pdf,
if the out output is html the servlet is invoked just once.
If someone can please help me with
--- Kuehnberger <[EMAIL PROTECTED]> wrote: > Hi,
>
> My servlet can produce html or pdf, depending on a parameter which is
> passed.
ok.
> I read the discussion about that problem, but whatever I tried my
> servlet is still called twice when the output is pdf,
> if the out output is html the s
To be more specific my servlet does like decribed below.
The generation of the html or org.w3c.document is done in two different
classes.
The class that generates the html is called just once, but the one that
creates the org.w3c.document twice.
The servlet is invoked like:
http://localhost/servle
The problem with the servlet being called twice is a problem with Internet
Explorer and the way it handles foriegn MIME types. in IE 5.5 and below the
document is requested and one IE sees that it is a MIME type it does not
handle it then loads Acrobat and re-requests the document. There is no rea
Use HTTP POST instead of GET. That seems to be working.
Aravind
-Original Message-
From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 09, 2001 7:02 AM
To: [EMAIL PROTECTED]
Subject: Re: Servlet called twice
On Tuesday 09 October 2001 10:52, Kuehnberger wrote
On Tuesday 09 October 2001 10:52, Kuehnberger wrote:
> my servlet is still called twice when the output is pdf,
Are you using Internet Explorer as a client?
If yes, this is a known problem: IE often does additional requests for
non-HTML files. AFAIK this is hard, if not impossible, to solve on t
I have _exactly_ the same problem. Nothing I have tried has worked.
Please help
- Paul Smith
-Original Message-
From: Kuehnberger [mailto:[EMAIL PROTECTED]]
Sent: 09 October 2001 09:52
To: [EMAIL PROTECTED]
Subject: Servlet called twice
Hi,
My servlet can produce html or pdf
12 matches
Mail list logo