CRXDE | Lite Interface
Content Repository eXtreme Development Environment Lite
Re-Enable the CRXDE Interface
With versions 6.3+, the CRXDE interface is disabled by default. We still need to use this for mapping publishing values, so it must be enabled.
$ curl -u admin -F "jcr:primaryType=sling:OsgiConfig" \
-F "alias=/crx/server" -F "dav.create-absolute-uri=true" \
-F "dav.create-absolute-uri@TypeHint=Boolean" \
http://localhost:4503/apps/system/config/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet
Enter host password for user 'admin':