Re: Node name limit

2019-06-13 Thread jorgeeflorez .
Hi Julian, thank you for your reply. We have some restrictions on the characters allowed for a node name. Basically it is allowed a-z, 0-9, áéíóúñ, dots, spaces and hyphens. I tried to create some nested folders, starting from root, with node names of 256 length: - the folder on the first level

Re: Node name limit

2019-06-13 Thread Julian Reschke
On 13.06.2019 15:50, jorgeeflorez . wrote: Hi all, I have a question regarding the maximum length of a node name. http://jackrabbit.apache.org/oak/docs/differences.html says that a node name has a limit of 150 bytes. I checked https://issues.apache.org/jira/browse/OAK-2644 and it seems this is

Node name limit

2019-06-13 Thread jorgeeflorez .
Hi all, I have a question regarding the maximum length of a node name. http://jackrabbit.apache.org/oak/docs/differences.html says that a node name has a limit of 150 bytes. I checked https://issues.apache.org/jira/browse/OAK-2644 and it seems this is because some restriction on MongoDB. I tried