You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Sachin Patel <sp...@gmail.com> on 2005/12/09 16:41:14 UTC

120109

Hi all, 

I just opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=120109

I desperately need this fix (want to show the feature off at Apache Con this
Sunday, as well as the rest of WTP). :)

The problem as stated in the defect is that Apache infra won't allow
download to occur from the location of the site.xml, nor the apache main
load site.  Thus the download needs to come from one of the mirrors.  So I'm
assuming the API returns a list of available download sites, the first one
is usually the main download site (the location of the site.xml you're
pointing to), the rest are the mirrors.  In my case, the next site should be
the recommended site and this site is the site that should be used to
download the server adapter.

The code change is not geronimo specific, as if there are available mirrors
for any downloadable runtime/adapter I think the code shouldn't choose the
main download site, but instead the first available mirror.

Sachin.