Test path expects trailing slash
--------------------------------
Key: CMIS-229
URL: https://issues.apache.org/jira/browse/CMIS-229
Project: Chemistry
Issue Type: Improvement
Components: cmislib
Reporter: Jeff Potts
Assignee: Jeff Potts
Priority: Minor
Migrated from GC, issue #8:
>From Stefane at Nuxeo...
If I run the test suite against the local Chemistry test server, with settings:
# Default values: Chemistry local server
REPOSITORY_URL = 'http://localhost:8082/cmis/repository'
USERNAME = ''
PASSWORD = ''
TEST_ROOT_PATH = '/test/'
most of the tests will fail with server-side exception:
java.lang.IllegalArgumentException: Path must not end with / : /test/
>From the specs (2.1.5.3 Paths), I believe that paths with trailing slashes
are, indeed, illegal, so I don't think it's reasonnable to change the
Chemistry code to allow for such paths.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.