-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 1.4.0
-
Component/s: core-libs
-
generic
-
generic
It seems that the connect method in sun.net.www.protocol.http.HttpURLConnection needs synchronization. Currently, I believe it's possible for different thread to start connection at the same time, resulting in inconsistent http variable.