-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.4.0
-
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.