(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:
Mike Hatfield
2007-05-15 13:01:35 +00:00
parent 817197993b
commit 09478d08b4
2 changed files with 25 additions and 2 deletions

View File

@@ -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 = "/";