If I use POST instead of GET, my servlet works perfectly for IE, but it
doesn't work for the Netscape Browser.


"Ajad, Aravind" schrieb:

> 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:
> > 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 the
> server
> side.
>
> --
>  -- Bertrand Delacrétaz, www.codeconsult.ch
>  -- web technologies consultant - OO, Java, XML, C++
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to