cancel
Showing results for 
Search instead for 
Did you mean: 

FileFolderService resolveNamePath with numerical names

schipmolder
Champ on-the-rise
Champ on-the-rise
I noticed that the FileFolderService's resolveNamePath method throws a FileNotFoundException when one of the path elements' names start with a numerical character.
After some searching I did find that Lucene search paths require the path elements to be ISO9075 encoded, but that doesn't appear to work with the FileFolderService.

https://forums.alfresco.com/en/viewtopic.php?f=36&t=12471

Does anyone know how i can resolve the nodes starting with numerical characters?
1 REPLY 1

schipmolder
Champ on-the-rise
Champ on-the-rise
Never mind, I found it.

FileFolderService does in fact find the node if the path elements are ISO9075-encoded properly.