I am unable to run the espblog sample following the README instructions.
I downloaded the latest source from
http://svn.apache.org/repos/asf/incubator/sling/trunk,
built it with maven and launched Sling.
I then ran a mvn clean install on the espblog pom in the samples
directory and
using the Sling console, installed and started the bundle (using the
bundle installer
in the console with the latest SNAPSHOT is another problem).
Once started, I then did the same with the path-based-rpt bundle as
instructed.
Navigating to http://localhost:8080/content/espblog/*.html generated the
following
error:
HTTP ERROR 200
Problem accessing /content/espblog/*.html. Reason:
OK
with Allow Anonymous Access set to false in the Request Authenticator Bundle
configuration.
Setting Allow Anonymous Access to true got me to the espblog home page, but
when I tried to
submit a new blog entry, I get the following error:
Error while processing /content/espblog/posts/testing
Status
500
Message
javax.jcr.AccessDeniedException: /: not allowed to modify item
Location
/espblog/posts/testing <http://localhost:9090/espblog/posts/testing>
Parent Location
/espblog/posts <http://localhost:9090/espblog/posts>
Path
/content/espblog/posts/testing
Referer
http://localhost:9090/content/espblog/posts/*.edit.html
ChangeLog
created("/content");
created("/content/espblog");
created("/content/espblog/posts");
created("/content/espblog/posts/testing");
modified("/content/espblog/posts/testing/created");
modified("/content/espblog/posts/testing/posttext");
modified("/content/espblog/posts/testing/title");
created("/content/espblog/posts/testing/attachments");
Am I doing something wrong. Or is there a problem with the latest SNAPSHOT?
Glenn...