Author: prabath
Date: Sun Jan 27 22:20:36 2008
New Revision: 13026

Log:

enable login to OP with registered self-issued InfoCards

Modified:
   
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/interceptor/SessionInterceptor.java

Modified: 
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/interceptor/SessionInterceptor.java
==============================================================================
--- 
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/interceptor/SessionInterceptor.java
      (original)
+++ 
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/interceptor/SessionInterceptor.java
      Sun Jan 27 22:20:36 2008
@@ -62,6 +62,7 @@
                         UIConstants.OPENID_INFO_CARD__DOWNLOAD_ACTION) < 0
                 && requestURL.toString().indexOf(
                         UIConstants.OPENDID_CALLBACK_ACTION) < 0
+                && 
requestURL.indexOf(UIConstants.OPENID_SELFISSUED_LOGIN_ACTION) < 0
                 && requestURL.indexOf(UIConstants.OPENID_AUTH_ACTION) < 0
                 && requestURL.toString().indexOf(
                         UIConstants.OPENID_LOGIN_ACTION) < 0) {

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to