You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Victor Romanyuk (Reopened) (JIRA)" <ji...@apache.org> on 2012/03/12 09:53:38 UTC

[jira] [Reopened] (CMIS-513) DotCMIS expects a tag with different name here, which wrong.

     [ https://issues.apache.org/jira/browse/CMIS-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Victor Romanyuk reopened CMIS-513:
----------------------------------


Bug is still there
                
> DotCMIS expects a tag with  different name here, which wrong.
> -------------------------------------------------------------
>
>                 Key: CMIS-513
>                 URL: https://issues.apache.org/jira/browse/CMIS-513
>             Project: Chemistry
>          Issue Type: Bug
>          Components: dotcmis
>            Reporter: Victor Romanyuk
>            Assignee: Florian Müller
>             Fix For: DotCMIS 0.4
>
>
> Exception ("Parsing exception!") is thrown when try to call ApplyACL method of ACLService in DotCMIS library. 
> DotCMIS expects a tag with  different name, which wrong.
> Request:
> GET http://localhost:8181/alfresco/cmisatom/6da34f80-08b1-45b6-af48-ecfd4bd4658e/acl?id=workspace%3A%2F%2FSpacesStore%2F5129f46b-3838-4c26-83e7-77663f0683f5&onlyBasicPermissions=false HTTP/1.1
> User-Agent: Apache Chemistry DotCMIS
> Authorization: Basic YWRtaW46YWRtaW4=
> Host: localhost:8181
> Response:
> <?xml version="1.0" encoding="UTF-8" standalone="true"?>
> <acl xmlns:ns3="http://docs.oasis-open.org/ns/cmis/restatom/200908/" xmlns:ns2="http://docs.oasis-open.org/ns/cmis/messaging/200908/" xmlns="http://docs.oasis-open.org/ns/cmis/core/200908/">
> <permission>
> <principal>
> <principalId>GROUP_EVERYONE</principalId>
> </principal>
> <permission>cmis:read</permission>
> <permission>{http://www.alfresco.org/model/content/1.0}cmobject.Consumer</permission>
> <direct>false</direct>
> </permission>
> </acl>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira