mirror of https://github.com/apache/archiva.git
[MRM-320] ProxiedDavServer breaks update policy.
Removing commented code left over from MRM-153 fix. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43ef8127bf
commit
6db52ffbd9
|
@ -142,10 +142,7 @@ public class ProxiedDavServer
|
|||
{
|
||||
if ( WebdavMethodUtil.isReadMethod( request.getRequest().getMethod() ) )
|
||||
{
|
||||
// if ( !hasResource( request.getLogicalResource() ) )
|
||||
// {
|
||||
fetchContentFromProxies( request );
|
||||
// }
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue