Community
Participate
Working Groups
In Eclipse 3.5 RemoteIC used to have a constructor with this signature. RemoteIC(boolean, String, String, String, String). We should add this back and maybe add a JUnit test to make sure that it defaults to http..
Created attachment 162112 [details] Patch for adding the old constructor I add the old constructor back. If the old constructor is used, protocol is assigned a constant who's values is "http"
Patch committed to HEAD, Fixed.