Hi, On Sat, Oct 24, 2009 at 6:29 AM, J Aaron Farr <[email protected]> wrote: > ...I'm also having issues of my own running the sample > (with latest svn checkout). POSTing an entry gives me a security > message: > > [... POST /content/espblog/posts/* HTTP/1.1] > org.apache.sling.servlets.post.impl.operations.ModifyOperation > Exception during response processing. > javax.jcr.AccessDeniedException: /: not allowed to modify item...
I just tried the espblog sample on trunk revision 829743, and it works for me, as follows: cd launchpad/app rm- rf sling java -jar target/org.apache.sling.launchpad.app-6-SNAPSHOT.jar -p 8888 install samples/espblog and samples/path-based-rtp bundles. Login via http://localhost:8888/?sling:authRequestLogin=true Open http://localhost:8888/content/espblog/*.html and use the "New Post" link to create a post. Does this work in your environment, and if yes do you know what's different from your previous tests? -Bertrand
