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 calling, I'm calling a Servlet,
I tried with other 3 dots URL and the taglib works correctly! Benny ----- Original Message ----- 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://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 if there is a bug in the taglib? Well, If you can create a servlet yourself, in it create a java.net.HttpUrlConnection. Then call connect, getContent and disconnect. If this succeeds with your 3-dotted URL, something might be wrong in the taglib. Otherwise, there is another error, possibly the JDK. Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
