i have a question.
when you connect to a URL (via whatever of the connect methods you feel like using) in java, and the URL is in the form:
http://www.blah.com/x/y/z.html?a=b&c=d&e=f
will those parameters (a, c, and e) get passed on to the remote host, or will the java.net.* stuff truncate it at the ? before connecting?
jason
|