You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Jeff Potts (JIRA)" <ji...@apache.org> on 2010/11/24 15:08:13 UTC

[jira] Commented: (CMIS-283) createFolder('trailingDot.') fails

    [ https://issues.apache.org/jira/browse/CMIS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935328#action_12935328 ] 

Jeff Potts commented on CMIS-283:
---------------------------------

Basically this is a dup of CMIS-282 with a different file name. Alfresco 3.4a Community does not consider this to be a valid file name.

> 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
>         Attachments: cmislib-testcase-folderName_dots.patch
>
>
> 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.