[ https://issues.apache.org/jira/browse/ZOOKEEPER-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Koch updated ZOOKEEPER-849: ---------------------------------- Attachment: ZOOKEEPER-849.patch This patch adds a Path class that will be needed in additional java client refactoring steps. I've noted, that the current validation code in PathUtils doesn't catch all illegal character ranges as indicated in http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#ch_zkDataModel For example \u007f, \u009F, \uXFFFE - \uXFFFF (where X is a digit 1 - E). How should this be handled? Which characters are indeed illegal? > Provide Path class > ------------------ > > Key: ZOOKEEPER-849 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-849 > Project: Zookeeper > Issue Type: Sub-task > Reporter: Thomas Koch > Assignee: Thomas Koch > Attachments: ZOOKEEPER-849.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.