Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3
-
None
-
None
Description
See MECLIPSE-219
The code uses raw getURL connections and the integration tests fail for testProject44 because the can not connect.
EclipsePlugin.writeAdditionalConfig()
inStream = file.getURL().openConnection().getInputStream();
I tried setting -Dhttp.proxyHost as additional args the tests but this doesn't appear to work.
Attachments
Issue Links
- relates to
-
MECLIPSE-219 Allow file contents to be obtained from url or location
- Closed