HTTPURLConnection 1.6
Hi...
I have a 1.6 Swing client that is connecting to a server that is running 1.4.2. In previous versions of the Swing client (i.e. 1.4.2, 1.5) I could open an HTTPURLConnection and make a call to 'getInputStream()' successfully. Now that I've upgraded to 1.6, I am getting an IOException thrown. Is this a known incompatibility issue? Is there a way around it?
Thanks!
Kelly

