Hi Bertrand,
Loggging in first, with
http://localhost:8888/?sling:authRequestLogin
did the trick.
Thanks,
Glenn...
Bertrand Delacretaz wrote:
Hi Glenn,
On Tue, May 26, 2009 at 7:33 PM, Glenn Silverman
<gl...@glenn3.securesites.net> wrote:
I am unable to run the espblog sample following the README instructions.
...
Navigating to http://localhost:8080/content/espblog/*.html generated the
following
error:
HTTP ERROR 200
Problem accessing /content/espblog/*.html. Reason:
OK
Hmmm....not really helpful as an error message ;-)
It looks like recent changes to the authentication mechanisms require
logging in in a different way - I just added the following
instructions to the espblog README.txt :
First, login by requesting
http://localhost:8888/?sling:authRequestLogin
and using username=admin password=admin. This should display the "Welcome
to the Sling Launchpad" index.html page.
We should better integrate this login mechanism in the sample, but for
now this should allow you to play with it.
-Bertrand