Details
-
Sub-task
-
Resolution: Fixed
-
Major
-
1.9
-
None
-
None
Description
- Start a clean Nexus bundle and go to welcome page.
- Click Repositories panel link
- Click Public Repositories and select archetype-catalog.xml resource in tree view in south west panel.
Observe that 3 http requests are sent ( 2 duplicates) and all three timeout after 60 seconds
00:00:04.483 60.243 562 0 GET (Aborted) NS_BINDING_ABORTED http://localhost:7444/nexus/service/local/repo_groups/public/content/archetype-catalog.xml?describe=maven2&isLocal=true&_dc=1289891679946 00:00:04.545 60.699 560 0 GET (Aborted) NS_BINDING_ABORTED http://localhost:7444/nexus/service/local/repo_groups/public/content/archetype-catalog.xml?describe=info&isLocal=true&_dc=1289891680011 00:00:04.597 60.648 562 0 GET (Aborted) NS_BINDING_ABORTED http://localhost:7444/nexus/service/local/repo_groups/public/content/archetype-catalog.xml?describe=maven2&isLocal=true&_dc=1289891680062
In non-threading browsers ( ie. non chrome) this can block the browser for 60 seconds.
Preferably this resource can be ignored in the UI similar to the way repository-metadata.xml is.