You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2009/09/03 16:19:51 UTC

svn commit: r810965 - in /sling/trunk/launchpad/content/src/main/resources/content: index.html sling-test/sling/sling-test.html

Author: bdelacretaz
Date: Thu Sep  3 14:19:50 2009
New Revision: 810965

URL: http://svn.apache.org/viewvc?rev=810965&view=rev
Log:
Add login links to the index and test pages

Modified:
    sling/trunk/launchpad/content/src/main/resources/content/index.html
    sling/trunk/launchpad/content/src/main/resources/content/sling-test/sling/sling-test.html

Modified: sling/trunk/launchpad/content/src/main/resources/content/index.html
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/content/src/main/resources/content/index.html?rev=810965&r1=810964&r2=810965&view=diff
==============================================================================
--- sling/trunk/launchpad/content/src/main/resources/content/index.html (original)
+++ sling/trunk/launchpad/content/src/main/resources/content/index.html Thu Sep  3 14:19:50 2009
@@ -82,6 +82,10 @@
 	    	The Sling client library tests are available at 
 	    	<a href="sling-test/sling/sling-test.html">sling-test/sling/sling-test.html</a>.
 	    </p>
+	    <p>
+                You can <a href="../?sling:authRequestLogin=1">login</a> to Sling, even though this
+                page is accessible to the anonymous user.
+	    </p>
     </div>
   </body>
 </html>

Modified: sling/trunk/launchpad/content/src/main/resources/content/sling-test/sling/sling-test.html
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/content/src/main/resources/content/sling-test/sling/sling-test.html?rev=810965&r1=810964&r2=810965&view=diff
==============================================================================
--- sling/trunk/launchpad/content/src/main/resources/content/sling-test/sling/sling-test.html (original)
+++ sling/trunk/launchpad/content/src/main/resources/content/sling-test/sling/sling-test.html Thu Sep  3 14:19:50 2009
@@ -46,9 +46,7 @@
 of the Sling client library.</p>
 
 <p>
-Note that, in Sling revision 669215, <b>the tests fail</b> unless the 
-<em>Allow Anonymous Access</em> parameter of the <em>Sling Request Authenticator</em>
-component is set to false, see <a href="https://issues.apache.org/jira/browse/SLING-322">SLING-322</a>.
+Note that you need to <a href="../../../?sling:authRequestLogin=1">login</a> before running these tests.
 </p>
 
 <h2>Test results</h2>