mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged DEV/TEMPORARY to HEAD (pending review comments)
22072: ALF-3707: Alfresco Sharepoint protocol and Office 2010 issue The following was added to support Office 2010: - Specific HTTP headers were added. - Server version headers and server version method were changed. - WebDAV LOCK method was changed to support inheritance. - VTI LOCK and UNLOCK methods were implemented. - VtiWebDavAction was added to support WebDAV methods extension. - VtiLock and VtiUnlock actions were implemented. - IfHeaderAction was extended to support new requests. - CheckOutFile service was implemented. - CheckInFile service was implemented. - UndoCheckOutFile service was implemented. - VtiMethodHandler was extended to support work with Working Copy. - CheckOutCheckInServiceHandler was added to support appropriate endpoints. - VtiRequestDispatcher was extended to provide additional dispatching. - Configuration was extended to support new FrontPage methods and web services. - Some unused fields and config values were removed. 22922: ALF-4817: Can't use Sharepoint module with Windows 7 - locking not implemented Implemented and Tested Open, Save, CheckOut, CheckIn and cancel checkOut operations on following environment: Win Vista: Office 2003, Office 2007 Win XP: Office 2003, Office 2007, Office 2010 Win 7: Office 2007 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23025 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -354,10 +354,10 @@ public class PropPatchMethod extends PropFindMethod
|
||||
*
|
||||
* @author Ivan Rybnikov
|
||||
*/
|
||||
private class PropertyAction
|
||||
protected class PropertyAction
|
||||
{
|
||||
protected static final int SET = 0;
|
||||
protected static final int REMOVE = 1;
|
||||
public static final int SET = 0;
|
||||
public static final int REMOVE = 1;
|
||||
|
||||
// Property on which action should be performed
|
||||
private WebDAVProperty property;
|
||||
|
Reference in New Issue
Block a user