add a FIXME

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1367109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-07-30 14:39:59 +00:00
parent 67adb61834
commit 9a2492f051
1 changed files with 1 additions and 0 deletions

View File

@ -691,6 +691,7 @@ public class ArchivaDavResourceFactory
// Is it an Archetype Catalog?
if ( repositoryRequest.isArchetypeCatalog( path ) )
{
// FIXME we must implement a merge of remote archetype catalog from remote servers.
File proxiedFile = connectors.fetchFromProxies( managedRepository, path );
return ( proxiedFile != null );