RE: Calling HTTPS URL with IO

2003-10-10 Thread Martin van Dijken
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 environment first; here's a sample that should get you started... %@ page

Re: Calling HTTPS URL with IO

2003-10-10 Thread Benedetto Dell'Ariccia
- Original Message - From: Hassan Schroeder [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 6:22 PM 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

RE: Calling HTTPS URL with IO

2003-10-10 Thread Martin van Dijken
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 you this code, in this code there are 3

Re: Calling HTTPS URL with IO

2003-10-10 Thread Benedetto Dell'Ariccia
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 HTTPS URL with IO Ah Benny! Now you tell us the exact Exception

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

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

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
/ /body/html - Original Message - From: Martin van Dijken [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 11:44 AM Subject: RE: Calling HTTPS URL with IO Hey Benedetto, If you don't get an answer then nobody on the list has a clear concise

RE: Calling HTTPS URL with IO

2003-10-09 Thread Martin van Dijken
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 third post in this ML! :) Tnx! %@ taglib uri=http://jakarta.apache.org/taglibs/xtags

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
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= attribute for the http tag. If that is not set to true, the output is ignored. Cheers, Martin

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 I'm tring this way but it doesn't

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 with IO Does it output anything at all

Re: Calling HTTPS URL with IO

2003-10-09 Thread Benedetto Dell'Ariccia
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://www.xxx.yyy.zz but I have not others URLs like this to try, do you

RE: Calling HTTPS URL with IO

2003-10-09 Thread Martin van Dijken
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 grateful, anyway teh problem could be the kind of file that I'm

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.*,