-
Bug
-
Resolution: Fixed
-
P1
-
1.2.0
-
1.2beta2
-
sparc
-
solaris_2.5.1
-
Not verified
Apparently code in URLConnection has been changed to to cache the connection
instead of reconnecting each time. This causes image fetching code to
break since it expects to be able to get a new input stream each time. This
change in URLConnection breaks compatibility with the behavior in JDK1.1
but it conforms to the spec for URLConnection. Benjamin Renaud is aware
of the problem and is working on a solution.
instead of reconnecting each time. This causes image fetching code to
break since it expects to be able to get a new input stream each time. This
change in URLConnection breaks compatibility with the behavior in JDK1.1
but it conforms to the spec for URLConnection. Benjamin Renaud is aware
of the problem and is working on a solution.