On Mon, Jul 28, 2008 at 11:14 PM, Rory Douglas <[EMAIL PROTECTED]> wrote: > ...I still can't get a <form> post to SlingPostServlet to create any content > due to AccessDeniedException. I've tried adding the "sudo" form parameter > set to "admin", but that doesn't help either. Any idea what I might be > missing?...
As a workaround, you could try setting the "allow anonymous access" to false on the Sling Request Authenticator configuration pag, see https://issues.apache.org/jira/browse/SLING-322. Hopefully someone else can provide a better answer, but that should work. -Bertrand
