On 2014-06-13 02:14, Tobias Bocanegra wrote:
Hi,

according to [0] oak does not allow a non-space whitespace in the
name. this is different than in jackrabbit. also it should be allowed
based on [1].

the problem at hand is, that we have content with 'no-break-space'
chars in node names, that doesn't install in oak anymore.

regards, toby

[0] 
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/name/Namespaces.java#L252

[1] http://www.w3.org/TR/xml/#NT-Char

Looking at Jackrabbit's PathParser (org.apache.jackrabbit.spi.commons.conversion), it seems that non-SP whitespace characters aren't allowed here either.

Best regards, Julian

Reply via email to