Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328542 - [RemoteSrvs][Generic] Change default to use InetAddress.getLocalHost().getCanonicalHostName() instead of "localhost"
Summary: [RemoteSrvs][Generic] Change default to use InetAddress.getLocalHost().getCan...
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.providers (show other bugs)
Version: 3.3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.4.0   Edit
Assignee: Markus Kuppe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 326835
  Show dependency tree
 
Reported: 2010-10-24 04:46 EDT by Markus Kuppe CLA
Modified: 2010-10-24 05:43 EDT (History)
0 users

See Also:


Attachments
mylyn/context/zip (1.23 KB, application/octet-stream)
2010-10-24 05:43 EDT, Markus Kuppe CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Kuppe CLA 2010-10-24 04:46:42 EDT
The generic providers selects "localhost" as the default hostname if not given explicitly. This fails for scenarios where services are to be remoted across different machines. Thus the default should be changed to use InetAddress.getLocalHost().getCanonicalHostName().
Comment 1 Markus Kuppe CLA 2010-10-24 05:43:55 EDT
Fix released to Release_3_4 and master
Comment 2 Markus Kuppe CLA 2010-10-24 05:43:58 EDT
Created attachment 181592 [details]
mylyn/context/zip