Return-Path: Delivered-To: apmail-incubator-chemistry-dev-archive@minotaur.apache.org Received: (qmail 86590 invoked from network); 21 Jan 2011 09:01:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jan 2011 09:01:11 -0000 Received: (qmail 17547 invoked by uid 500); 21 Jan 2011 09:01:11 -0000 Delivered-To: apmail-incubator-chemistry-dev-archive@incubator.apache.org Received: (qmail 16443 invoked by uid 500); 21 Jan 2011 09:01:08 -0000 Mailing-List: contact chemistry-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chemistry-dev@incubator.apache.org Delivered-To: mailing list chemistry-dev@incubator.apache.org Received: (qmail 16435 invoked by uid 99); 21 Jan 2011 09:01:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 09:01:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 09:01:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0L90hTw008367 for ; Fri, 21 Jan 2011 09:00:43 GMT Message-ID: <25674986.101441295600443602.JavaMail.jira@thor> Date: Fri, 21 Jan 2011 04:00:43 -0500 (EST) From: "Bernhard Reutner-Fischer (JIRA)" To: chemistry-dev@incubator.apache.org Subject: [jira] Commented: (CMIS-283) createFolder('trailingDot.') fails In-Reply-To: <7681278.283611290593656782.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CMIS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984628#action_12984628 ] Bernhard Reutner-Fischer commented on CMIS-283: ----------------------------------------------- It's the same issue as CMIS-282, yes. As with colons as part of a pathSegment, i don't see where in the spec a trailing dot is forbidden in a pathSegment. > 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.