mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
59902: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3) 59806: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.2) 59716: MNT-10037 : WebDAV PutMethod needs better test coverage Changed the fallout of the PutMethod.executeImpl() to run in the same transaction to prevent deadlock. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62222 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -300,7 +300,7 @@ public class PutMethod extends WebDAVMethod implements ActivityPostProducer
|
|||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}, false, true);
|
}, false, false);
|
||||||
}
|
}
|
||||||
throw new WebDAVServerException(HttpServletResponse.SC_INTERNAL_SERVER_ERROR, e);
|
throw new WebDAVServerException(HttpServletResponse.SC_INTERNAL_SERVER_ERROR, e);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user