1.We had created a new system user with the following node structure:
/home/users/system/iea/ieaadmin
This was used to get s session object and used further.
All this was done on AEM 6.1 with Java 1.8
2. Now we wanted to test out our code on AEM 6.0 Service Pack 1 with Java 1.8.
The first issue we faced was that the package manger did not allow the upload of this old ACL package. It says that the authorizableFolder "iea" was not found and so cannot upload.
3. The idea behind having our project specific user inside a separate folder was to manage the vlt filter.xml inclusions.
Can we know what is the issue and the best way to handle this so that a common ACL package will work for both instances?