Path Repication in AEM 6.2
Hi,
I am replicated the groups from Author to Publish.
As in AEM 6.2, when i creating group it is created as encrypted name. For example: want to create rahul_verma group name: /home/groups/rahul_verma but in crx/de/index.jsp it is like that : /home/groups/[encrpted name]
Now how to get it path name for replication when i trying to get node path from Node node =session.getNode("/home/groups/rahul_verma");
It throws a exception .
How to get it encrypted name?
Any other solution for it?
Thanks