You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Ikonne, Ike" <Ik...@stercomm.com> on 2002/03/22 18:27:58 UTC

java.net.URL fails in apache 1.3.23 ...

Hi all,

The following piece of code used to work for me prior to 1.3.23, but now it
hangs when
I issue it from the same servlet.  Does anyone have a clue as to why this is
happening?

I have tried it with Tomcat 4.0 and Jrun 3.1 and I got the same results.

java.net.HttpURLConnection conn;

	conn = (java.net.HttpURLConnection)
	new java.net.URL(fullURL.toString()).openConnection();


Thanks,

Ike Ikonne

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org