add FIXME

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403722 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-10-30 14:41:25 +00:00
parent 3685b508cb
commit 571c152ba6
1 changed files with 1 additions and 0 deletions

View File

@ -729,6 +729,7 @@ public class ArchivaDavResourceFactory
if ( artifact != null )
{
String repositoryLayout = managedRepository.getRepository().getLayout();
// FIXME we could prevent that with renaming bean repositoryStorage#maven2 to repositoryStorage#default
if ( StringUtils.equalsIgnoreCase( "default", repositoryLayout ) || StringUtils.equalsIgnoreCase(
"legacy", repositoryLayout ) )
{