Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Content-Package to Feature Model Converter 1.1.10
-
None
-
None
Description
Currently, we do not implement the ACL support for Sling Initial Content as specified :
We need the following methods (org.apache.sling.feature.cpconverter.handlers.slinginitialcontent.VaultContentXMLContentCreator) implemented or another workaround found:
@Override public boolean switchCurrentNode(String subPath, String newNodeType) throws RepositoryException { throw new UnsupportedOperationException(); } @Override public void createUser(String name, String password, Map<String, Object> extraProperties) throws RepositoryException { throw new UnsupportedOperationException(); } @Override public void createGroup(String name, String[] members, Map<String, Object> extraProperties) throws RepositoryException { throw new UnsupportedOperationException(); } @Override public void createAce(String principal, String[] grantedPrivileges, String[] deniedPrivileges, String order) throws RepositoryException { throw new UnsupportedOperationException(); } @Override public void createAce(String principalId, String[] grantedPrivilegeNames, String[] deniedPrivilegeNames, String order, Map<String, Value> restrictions, Map<String, Value[]> mvRestrictions, Set<String> removedRestrictionNames) throws RepositoryException { throw new UnsupportedOperationException(); }
Stashed code is on branch: SLING-10931
Attachments
Issue Links
- is a clone of
-
SLING-11058 CPConverter - sling initial content - check illegal xml chars
- Closed
- is cloned by
-
SLING-11488 CPConverter - use extension "extracted-repo-namespaces"
- Resolved