Close
jGuru Forums
Posted By: Hartmut_Bernecker Posted On: Monday, October 1, 2001 05:06 AM
Why is a MalformedURLException thrown when I take "https" instead of "http"? My method is: private URL getUrl() throws MalformedURLException { return new URL(getProtokoll(), getHost(), getPort(), getFile()); } TIA Hartmut Bernecker
Re: URL with SSL --> MalformedURLException
Posted By: ganeche_ramanoudjame Posted On: Tuesday, October 2, 2001 01:23 AM