mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
(Merged from 2.0 branch)
Added the 'authticket' property with the logged on users authentication ticket, returned via the PropFind request. AR-1449 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5682 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -205,6 +205,11 @@ public class WebDAV
|
||||
|
||||
public static final String XML_CONTENT_TYPE = "text/xml; charset=UTF-8";
|
||||
|
||||
// Alfresco specific properties
|
||||
|
||||
public static final String XML_ALF_AUTHTICKET = "authticket";
|
||||
public static final String XML_NS_ALF_AUTHTICKET = DAV_NS_PREFIX + "authticket";
|
||||
|
||||
// Path seperator
|
||||
|
||||
public static final String PathSeperator = "/";
|
||||
|
Reference in New Issue
Block a user