[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:
Joakim Erdfelt 2007-09-21 23:16:58 +00:00
parent 43ef8127bf
commit 6db52ffbd9
1 changed files with 0 additions and 3 deletions

View File

@ -142,10 +142,7 @@ public class ProxiedDavServer
{
if ( WebdavMethodUtil.isReadMethod( request.getRequest().getMethod() ) )
{
// if ( !hasResource( request.getLogicalResource() ) )
// {
fetchContentFromProxies( request );
// }
}
else
{