mirror of https://github.com/apache/archiva.git
fix proxy tests
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439198 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
44ffe7eb4c
commit
9b9945299d
|
@ -665,7 +665,7 @@ public class DefaultProxyRequestHandler
|
|||
|
||||
String remoteChecksum = DigestUtils.cleanChecksum( FileUtils.fileRead( tempChecksumFile ),
|
||||
checksumExt.toUpperCase(),
|
||||
path.substring( path.lastIndexOf( '/' ) ) );
|
||||
path.substring( path.lastIndexOf( '/' ) + 1 ) );
|
||||
|
||||
String actualChecksum = checksum.getActualChecksum();
|
||||
|
||||
|
|
Loading…
Reference in New Issue