[
https://issues.apache.org/jira/browse/CMIS-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Potts resolved CMIS-479.
-----------------------------
Resolution: Fixed
Fixed and checked in. Was using urllib.quote_plus to encode the path which uses
'+' for spaces. Changed to urllib.quote which uses '%20'. Tested fine against
FileNet, Nuxeo, Alfresco, Chemistry InMemory.
> wrong url parse in the case __main__.RepositoryTest.testGetObjectByPath
> -----------------------------------------------------------------------
>
> Key: CMIS-479
> URL: https://issues.apache.org/jira/browse/CMIS-479
> Project: Chemistry
> Issue Type: Bug
> Components: python-cmislib
> Affects Versions: OpenCMIS 1.0.0
> Reporter: shaoyuliang
> Assignee: Jeff Potts
> Fix For: OpenCMIS 1.0.0
>
>
> The folder name in the server is separated by the ' ',such as "cmislib
> RepositoryTest 1322638268.0"
> The client request parameter is p=/Temp/cmislib+RepositoryTest+1322638268.0 ,
> so get 404 response.
--
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