Author: fmeschbe
Date: Sun Apr 22 18:31:48 2012
New Revision: 1328926
URL: http://svn.apache.org/viewvc?rev=1328926&view=rev
Log:
authentication page improvements
Modified:
sling/site/trunk/content/authentication---framework.mdtext
Modified: sling/site/trunk/content/authentication---framework.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/authentication---framework.mdtext?rev=1328926&r1=1328925&r2=1328926&view=diff
==============================================================================
--- sling/site/trunk/content/authentication---framework.mdtext (original)
+++ sling/site/trunk/content/authentication---framework.mdtext Sun Apr 22
18:31:48 2012
@@ -113,9 +113,8 @@ versions of the Sling Commons Auth bundl
be present anymore. To get the JCR Session for the current request adapt
the request's resource resolver to a JCR Session:
-~~~~~~
-Session session = request.getResourceResolver().adaptTo(Session.class);
-~~~~~~
+
+ Session session = request.getResourceResolver().adaptTo(Session.class);