Related to my previous post about node creation best practice, I have a
question about authentication.
When I create basic HTML forms that post to the SlingPostServlet, node
creation is denied because I'm logged in as anonymous. I tried first
visiting /system/sling/login & logging in as admin, but my credentials
don't seem to be picked up by the SlingPostServlet.
Do I need to somehow specify that my form resource is protected? Would
this involve adding elements to the web.xml in the launchpad-app module?
- Basic Sling authentication question Rory Douglas
-