Community
Participate
Working Groups
Currently the UI will be blocked when opening the wizard in case there is an unreachable marketplace. This happens because CatalogDescriptor uses equals of URL. We should consider switching this to equals of URI instead of trying to resolve the hostname (and getting problems with virtual hosts, eg: marketplace1.eclipse.org and marketplace2.eclipse.org would end up being the same).
Created attachment 189931 [details] suggested fix Here is the suggested fix
Created attachment 189932 [details] mylyn/context/zip
Created attachment 190091 [details] patch with changes I've made some minor changes to your patch that fix a problem where other.url == null. What do you think?
Created attachment 190092 [details] mylyn/context/zip
Yes, looks good to me.
Fixed, thanks Benjamin.
Created attachment 190672 [details] mylyn/context/zip