Sharepoint [MS-WDVMODUU]: activity posting disabled upon DELETE.

Disabling activity posting on Sharepoint DELETE command, but this will be reinstated later.



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@38382 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2012-06-26 15:18:15 +00:00
parent 5e6a4545f2
commit c420116c61

View File

@@ -127,7 +127,7 @@ public class DeleteMethod extends WebDAVMethod implements ActivityPostProducer
* @param deletedFile The FileInfo for the deleted file. * @param deletedFile The FileInfo for the deleted file.
* @throws WebDAVServerException * @throws WebDAVServerException
*/ */
private void postActivity(FileInfo parent, FileInfo deletedFile, String siteId) throws WebDAVServerException protected void postActivity(FileInfo parent, FileInfo deletedFile, String siteId) throws WebDAVServerException
{ {
WebDavService davService = getDAVHelper().getServiceRegistry().getWebDavService(); WebDavService davService = getDAVHelper().getServiceRegistry().getWebDavService();
if (!davService.activitiesEnabled()) if (!davService.activitiesEnabled())