In Drupal, create a piece of content (I did an Article) and put a slash in the title

HTTP call to [http://localhost:8080/alfresco/service/cmis/s/workspace:SpacesStore/i/3d... returned [500]. Response: Web Script Status 500 - Internal Error Web Script Status 500 - Internal Error The Web Script /alfresco/service/cmis/s/workspace:SpacesStore/i/3d395835-2456-43d6-a59c-f6f2550f0830/children has responded with a status of 500 - Internal Error. 500 Description: An error inside the HTTP server which prevented it from fulfilling the request.   Message:03250013 Found 1 integrity violations: Invalid property value: Node: workspace://SpacesStore/e8b09d23-59c2-4e3c-980c-a003d01b8963 Type: {http://www.alfresco.org/model/content/1.0}content Property: {http://www.alfresco.org/model/content/1.0}name Constraint: 03250012 Value 'Publication / Dissemination' is not valid as a file name. This property must be a valid file name.   Exception:org.alfresco.repo.node.integrity.IntegrityException - 03250013 Found 1 integrity violations: Invalid property value: Node: workspace://SpacesStore/e8b09d23-59c2-4e3c-980c-a003d01b8963 Type: {http://www.alfresco.org/model/content/1.0}content Property: {http://www.alfresco.org/model/content/1.0}name Constraint: 03250012 Value 'Publication / Dissemination' is not valid as a file name. This property must be a valid file name.  

Comments

dustin.schultz’s picture

This also happens with ampersand characters.

cheval’s picture

Also when a folder or file name has '&' in it, the browser can't open it
Fatal error: Call to a member function getElementsByTagName() on a non-object in /var/www/html/sites/all/modules/cmis/cmis_common/lib/cmis_repository_wrapper.php on line 214

this is for drupal 6 tho

sjeandroz’s picture

hi,

I have this error message when I go to certain node's page (chapters, blog, etc). I'm in Drupal 6 and CMIS 6.x-4.0...

IanNorton’s picture

Assigned: Unassigned » IanNorton
IanNorton’s picture

Pushed a fix for creating new documents, this should fix creation of documents & folders.

Investigating issue reported by Cheval

IanNorton’s picture

Status: Active » Closed (fixed)

I've tested creating folders and documents + viewing those folders and docs via the cmis browser and all works as intended.

Please re-test with latest code base and re-open if you hit problems.