Thomas Mueller created OAK-771:
----------------------------------

             Summary: Correct behavior for strange node and property names
                 Key: OAK-771
                 URL: https://issues.apache.org/jira/browse/OAK-771
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core, jcr, mongomk
            Reporter: Thomas Mueller
            Priority: Minor


All components need to deal correctly with strange identifier names, for 
example umlauts, empty node or property names, slashes, dots (a problem for 
MongoDB), and so on. Some cases are legal, some not. Oak should throw an 
appropriate error message where needed.

One case that doesn't work properly is trying to add a node named "" (empty 
node name) to the root node. In this case, the exception message is "node 
already exists". The message should probably be "illegal node name" or so.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to