Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)

120439 jvonka: RA-630: FileFolder API - update antlr grammar in REST fwk for select/where clause
   - to allow colon in property name identifier (json path)
   - also update impl + test


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126381 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jamal Kaabi-Mofrad
2016-05-10 10:36:33 +00:00
parent 9ec0c640f3
commit 8c957be649
6 changed files with 912 additions and 1138 deletions

View File

@@ -1539,8 +1539,6 @@ public class NodesImpl implements Nodes
str = str.substring(PREFIX.length());
}
str = str.replaceFirst("_", ":"); // FIXME remove this when we have fixed the framework.
QName name = createQName(str);
if (!EXCLUDED_PROPS.contains(name))
{