Author: prabath
Date: Sat Feb  9 12:08:51 2008
New Revision: 13493

Log:

added new action

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
      Sat Feb  9 12:08:51 2008
@@ -66,6 +66,7 @@
                 && requestURL.indexOf(UIConstants.OPENID_AUTH_ACTION) < 0
                 && 
requestURL.indexOf(UIConstants.OPENID_AUTH_VERIFICATION_ACTION) < 0
                 && requestURL.indexOf(UIConstants.OPENID_USER_APPROVAL_ACTION) 
< 0
+                && 
requestURL.indexOf(UIConstants.UPDATE_OPENID_USER_RP_ACTION) < 0                
                 && requestURL.toString().indexOf(
                         UIConstants.OPENID_LOGIN_ACTION) < 0) {
             // If the request is not Login.action

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

Reply via email to