[seam-commits] Seam SVN: r9080 - trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sun Sep 21 22:37:37 EDT 2008
Author: shane.bryzak at jboss.com
Date: 2008-09-21 22:37:37 -0400 (Sun, 21 Sep 2008)
New Revision: 9080
Modified:
trunk/seam21migration.txt
Log:
JBSEAM-3422
Modified: trunk/seam21migration.txt
===================================================================
--- trunk/seam21migration.txt 2008-09-22 02:04:52 UTC (rev 9079)
+++ trunk/seam21migration.txt 2008-09-22 02:37:37 UTC (rev 9080)
@@ -82,7 +82,14 @@
requiring that it is configured with the security rules instead of Identity:
<security:rule-based-permission-resolver security-rules="#{securityRules}"/>
+
+Identity.isLoggedIn()
+---------------------
+This method has been modified so that it doesn't attempt to perform an authentication if credentials
+have been set. Instead, it will simply return true if the user is currently authenticated. If you
+require the previous behaviour, then please use Identity.tryLogin() instead.
+
PDF (iText)
--------
More information about the seam-commits
mailing list