Author: bdelacretaz
Date: Tue Jun  9 14:14:16 2009
New Revision: 783010

URL: http://svn.apache.org/viewvc?rev=783010&view=rev
Log:
SLING-998 - updated instructions for modified login mechanism

Modified:
    incubator/sling/trunk/samples/espblog/README.txt

Modified: incubator/sling/trunk/samples/espblog/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/samples/espblog/README.txt?rev=783010&r1=783009&r2=783010&view=diff
==============================================================================
--- incubator/sling/trunk/samples/espblog/README.txt (original)
+++ incubator/sling/trunk/samples/espblog/README.txt Tue Jun  9 14:14:16 2009
@@ -29,16 +29,23 @@
     list the bundle named "Sling - ESP blog sample" as active.    
 
 You also need to set "allow anonymous access" to false in the 
-SlingAuthenticator config, via http://localhost:8888/system/console/configMgr
+SlingAuthenticator config, at
+
+  
http://localhost:8888/system/console/configMgr/org.apache.sling.engine.impl.auth.SlingAuthenticator
 
 HOW TO TEST
 -----------
-First, login by requesting
+Once "allow anonymous access" is set to false, requesting
+
+  http://localhost:8888/
+
+should redirect to the Sling login form at /system/sling/login.
+
+Use username=admin password=admin to login, after which
 
-  http://localhost:8888/?sling:authRequestLogin
+  http://localhost:8888/
 
-and using username=admin password=admin. This should display the "Welcome
-to the Sling Launchpad" index.html page.
+Should redirect to the "Welcome to the Sling Launchpad" index.html page.
 
 Then, http://localhost:8888/content/espblog/*.html should display the "Sling 
ESP
 blog sample" page, with the Home/Admin/New Post/... menu.


Reply via email to