]> source.dussan.org Git - archiva.git/commitdiff
add a FIXME
authorOlivier Lamy <olamy@apache.org>
Mon, 30 Jul 2012 14:39:59 +0000 (14:39 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 30 Jul 2012 14:39:59 +0000 (14:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1367109 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webdav/src/main/java/org/apache/archiva/webdav/ArchivaDavResourceFactory.java

index b7d6e27d02f5097683ad7207fcc2a3fc3450e521..0b3c3ea12bf7c8092fa46c684525b65e30ad956a 100644 (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 );