createFolder('trailingDot.') fails
----------------------------------
Key: CMIS-283
URL: https://issues.apache.org/jira/browse/CMIS-283
Project: Chemistry
Issue Type: Bug
Components: python-cmislib
Environment: Alfresco Community v3.3.0
(g 2860) schema 4100
Reporter: Bernhard Reutner-Fischer
createFolder('trailingDot.') fails with:
ERROR: Create a folder with a trailing dot in it's name
----------------------------------------------------------------------
Traceback (most recent call last):
File "./cmislibtest.py", line 582, in testFolderTrailingDot
trailingDotFolder = self._testFolder.createFolder('trailingDot.')
File "./../cmislib/model.py", line 2716, in createFolder
ATOM_XML_ENTRY_TYPE)
File "./../cmislib/model.py", line 258, in post
self._processCommonErrors(result)
File "./../cmislib/model.py", line 316, in _processCommonErrors
raise RuntimeException(error.status, error.url)
RuntimeException: Error 500 at
http://127.0.0.1:8080/alfresco/s/cmis/s/workspace:SpacesStore/i/5bbced9a-59dd-44a3-a3bb-b1b18c7dd6b1/children
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.