Re: Problem with downloading file over servlet

2010-05-04 Thread Pid
On 04/05/2010 10:32, André Warnier wrote: > Petr Hracek wrote: >> If I understand right then sun.net.www.protocol.http.HttpURLConnection is >> not part of any class, right / is obsolete? >> >> Or is there any other class? >> >> Sorry for that stupid question but I do not understand. Code has been >

Re: Problem with downloading file over servlet

2010-05-04 Thread André Warnier
Petr Hracek wrote: If I understand right then sun.net.www.protocol.http.HttpURLConnection is not part of any class, right / is obsolete? Or is there any other class? Sorry for that stupid question but I do not understand. Code has been really adopted. Petr, I think what they are telling you

Re: Problem with downloading file over servlet

2010-05-04 Thread Petr Hracek
Hracek [mailto:phrac...@gmail.com] > > Subject: Problem with downloading file over servlet > > > > But when I am trying to download that files over servlet and https I > > receive following error: > > java.lang.ClassCastException: > > sun.net.www.protoco

RE: Problem with downloading file over servlet

2010-05-03 Thread Martin Gainty
bilité pour le contenu fourni. > Date: Mon, 3 May 2010 16:40:03 +0200 > Subject: Problem with downloading file over servlet > From: phrac...@gmail.com > To: users@tomcat.apache.org > > Hello *, > > In my servlet I am collecting some information which are stored on the >

RE: Problem with downloading file over servlet

2010-05-03 Thread Martin Gainty
bilité pour le contenu fourni. > Date: Mon, 3 May 2010 16:40:03 +0200 > Subject: Problem with downloading file over servlet > From: phrac...@gmail.com > To: users@tomcat.apache.org > > Hello *, > > In my servlet I am collecting some information which are stored on the >

RE: Problem with downloading file over servlet

2010-05-03 Thread Caldarale, Charles R
> From: Petr Hracek [mailto:phrac...@gmail.com] > Subject: Problem with downloading file over servlet > > But when I am trying to download that files over servlet and https I > receive following error: > java.lang.ClassCastException: > sun.net.www.protocol.http.HttpURLConnect

Problem with downloading file over servlet

2010-05-03 Thread Petr Hracek
Hello *, In my servlet I am collecting some information which are stored on the UnixWare system. The generated files are stored on the system correctly and after transferring via scp to the Windows all is OK. But when I am trying to download that files over servlet and https I receive following e