Author: julien_viet
Date: 2010-01-22 07:10:23 -0500 (Fri, 22 Jan 2010)
New Revision: 1417
Modified:
portal/trunk/component/web/src/main/java/org/exoplatform/web/security/PortalLoginModule.java
Log:
typo
Modified:
portal/trunk/component/web/src/main/java/org/exoplatform/web/security/PortalLoginModule.java
===================================================================
---
portal/trunk/component/web/src/main/java/org/exoplatform/web/security/PortalLoginModule.java 2010-01-22
11:36:33 UTC (rev 1416)
+++
portal/trunk/component/web/src/main/java/org/exoplatform/web/security/PortalLoginModule.java 2010-01-22
12:10:23 UTC (rev 1417)
@@ -85,7 +85,7 @@
password, false);
//
- // For clastered config check credentials stored and propagated in session. This
won't work in tomcat because
+ // For clustered config check credentials stored and propagated in session. This
won't work in tomcat because
// of lack of JACC PolicyContext so the code must be a bit defensive
if (o == null && isClusteredSSO() &&
password.startsWith(InitiateLoginServlet.COOKIE_NAME))
{
Show replies by date