Problem sending http request

I have a Java program that creates a url from a String, then uses the openConnection method of URLConnection to send the request to a web server. The *exact* same Url string works fine from my browser, but the Java program throws a java.io.FileNotFoundException. Other url's work OK.

Any pointers as to what could cause this are appreciated.

[369 byte] By [akw] at [2007-9-26 3:54:09]
# 1
See if anything in http://forum.java.sun.com/thread.jsp?forum=4&thread=135019 helps you.
neville_sequeira at 2007-6-29 12:43:01 > top of Java-index,Archived Forums,Socket Programming...