mirror of https://github.com/apache/archiva.git
add comment
This commit is contained in:
parent
7972d75082
commit
2124e24a18
|
@ -588,6 +588,8 @@ public class ArchivaDavResourceFactory
|
|||
{
|
||||
boolean readMethod = WebdavMethodUtil.isReadMethod( request.getMethod() );
|
||||
// Maven Centric part ask evaluation if -SNAPSHOT
|
||||
// MRM-1846 test if read method to prevent issue with maven 2.2.1 and uniqueVersion false
|
||||
|
||||
String path = readMethod ?
|
||||
evaluatePathWithVersion( archivaLocator, managedRepositoryContent, request.getContextPath() )
|
||||
: getLogicalResource( archivaLocator, managedRepository, false );
|
||||
|
|
Loading…
Reference in New Issue