Re: Calling HTTPS URL with IO

2003-10-10 Thread Hassan Schroeder
Martin van Dijken wrote: I was aware of the fact taht there were several extra steps necessary > to get an HTTPS connection, but not that it required this much code in > the page. This makes the use of IO very impractical for this use case. > Now it would seem to be a very good idea to put this c

Re: Calling HTTPS URL with IO

2003-10-10 Thread Benedetto Dell'Ariccia
I use the 1.4.2_01-b06 Benny - Original Message - From: "Martin van Dijken" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Friday, October 10, 2003 12:25 PM Subject: RE: Calling HTTPS URL with IO I don't get it, the

RE: Calling HTTPS URL with IO

2003-10-10 Thread Martin van Dijken
From: Benedetto Dell'Ariccia [mailto:[EMAIL PROTECTED] > Sent: vrijdag 10 oktober 2003 9:51 > To: Tag Libraries Users List > Subject: Re: Calling HTTPS URL with IO > > > I'm really sorry but I had problems with debugging but > if I change > https://add-o

Re: Calling HTTPS URL with IO

2003-10-10 Thread Benedetto Dell'Ariccia
ded 2 after Tiscali then the error change org.apache.jasper.JasperException: add-on-as1.tb.tiscali2.it Benny - Original Message - From: "Martin van Dijken" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Friday, October 10, 2003 9:46 AM Subject: RE: Calling H

RE: Calling HTTPS URL with IO

2003-10-10 Thread Martin van Dijken
sibly fix it?:) Martin > -Original Message- > From: Benedetto Dell'Ariccia [mailto:[EMAIL PROTECTED] > Sent: vrijdag 10 oktober 2003 9:41 > To: Tag Libraries Users List > Subject: Re: Calling HTTPS URL with IO > > > Hi Hassan, > tnx for the help but, I show

Re: Calling HTTPS URL with IO

2003-10-10 Thread Benedetto Dell'Ariccia
"/> https://www.playsecureserver1.com:443"; /> END CODE - Original Message - From: "Hassan Schroeder" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 6:22 PM Su

RE: Calling HTTPS URL with IO

2003-10-10 Thread Martin van Dijken
raries Users List > Subject: Re: Calling HTTPS URL with IO > > > Benedetto Dell'Ariccia wrote: > > > I'm still trying to call a HTTPS URL with the IO TAGLIB, > > Sorry, missed this earlier. > > The IO taglib works, but you need to prep your environme

Re: Calling HTTPS URL with IO

2003-10-09 Thread Hassan Schroeder
Benedetto Dell'Ariccia wrote: I'm still trying to call a HTTPS URL with the IO TAGLIB, Sorry, missed this earlier. The IO taglib works, but you need to prep your environment first; here's a sample that should get you started... <%@ page import = "javax.servlet.http.*,

RE: Calling HTTPS URL with IO

2003-10-09 Thread Martin van Dijken
From: Benedetto Dell'Ariccia [mailto:[EMAIL PROTECTED] > Sent: donderdag 9 oktober 2003 15:35 > To: Tag Libraries Users List > Subject: Re: Calling HTTPS URL with IO > > > Hi Martin, > I don't know write the code you said if you have a short > example I'll be >

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
- From: "Martin van Dijken" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 1:11 PM Subject: RE: Calling HTTPS URL with IO Benny, > Hi Martin, I think the problem is with URL with 3 dots like > https:

RE: Calling HTTPS URL with IO

2003-10-09 Thread Martin van Dijken
Benny, > Hi Martin, I think the problem is with URL with 3 dots like > https://www.xxx.yyy.zz > but I have not others URLs like this to try, do you know > others URLs like > this? Pfew no, try amazon and some other sites that have a login service which might go through https. > How can I know

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
AIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 12:22 PM Subject: RE: Calling HTTPS URL with IO Does it output anything at all if you don't put it between xtags? > -Original Message- > From: Benedetto De

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
I scored ...tnx the same but I solved the problem! Benny - Original Message - From: "Martin van Dijken" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 12:22 PM Subject: RE: Calling HTTPS URL w

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
ction="POST" input="true" output="true"/> The page you call is mine on a HTTPS server! Tnx a lot! Benny - Original Message - From: "Martin van Dijken" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]>

RE: Calling HTTPS URL with IO

2003-10-09 Thread Martin van Dijken
Does it output anything at all if you don't put it between xtags? > -Original Message- > From: Benedetto Dell'Ariccia [mailto:[EMAIL PROTECTED] > Sent: donderdag 9 oktober 2003 12:12 > To: Tag Libraries Users List > Subject: Re: Calling HTTPS URL with IO > &g

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
inal Message - From: "Martin van Dijken" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 11:56 AM Subject: RE: Calling HTTPS URL with IO Well, when reading the tags documentation I notice the output=&quo

RE: Calling HTTPS URL with IO

2003-10-09 Thread Martin van Dijken
ber 2003 11:49 > To: Tag Libraries Users List > Subject: Re: Calling HTTPS URL with IO > > > I'm trying somethnig like this, i have to call https servlet > that should > response with an xml that i have to parse! > I'm sorry but this is just my thi

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
sing trouble? What you can try is put a portlistener on the https port to see if the request actually gets there. Martin > -Original Message- > From: Benedetto Dell'Ariccia [mailto:[EMAIL PROTECTED] > Sent: donderdag 9 oktober 2003 11:38 > To: [EMAIL PROTECTED] > Subjec

RE: Calling HTTPS URL with IO

2003-10-09 Thread Martin van Dijken
. Martin > -Original Message- > From: Benedetto Dell'Ariccia [mailto:[EMAIL PROTECTED] > Sent: donderdag 9 oktober 2003 11:38 > To: [EMAIL PROTECTED] > Subject: Calling HTTPS URL with IO > > > I'm still trying to call a HTTPS URL with the IO TAGLIB, no >

Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
I'm still trying to call a HTTPS URL with the IO TAGLIB, no logs errors, the browser still waiting untill. Can someone help me? Benny