Author: prabath
Date: Thu Dec 13 03:34:19 2007
New Revision: 11082
Log:
Modified to support OpenIdInfoCard login
Modified:
branches/solutions/identity/openid-poc/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/interceptor/SessionInterceptor.java
Modified:
branches/solutions/identity/openid-poc/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/interceptor/SessionInterceptor.java
==============================================================================
---
branches/solutions/identity/openid-poc/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/interceptor/SessionInterceptor.java
(original)
+++
branches/solutions/identity/openid-poc/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/interceptor/SessionInterceptor.java
Thu Dec 13 03:34:19 2007
@@ -51,6 +51,9 @@
&& requestURL.toString().indexOf(
UIConstants.USER_REGISTRATION_OPENDID_ACTION) < 0
&& requestURL.toString().indexOf(
+
UIConstants.OPENID_INFO_CARD__ACTION) < 0
+ &&
requestURL.toString().indexOf(UIConstants.OPENID_INFO_CARD__DOWNLOAD_ACTION) < 0
+ && requestURL.toString().indexOf(
UIConstants.OPENDID_CALLBACK_ACTION) < 0
&&
requestURL.indexOf(UIConstants.OPENID_AUTH_ACTION)<0
&& requestURL.toString().indexOf(
_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev