Author: prabath
Date: Tue Feb 19 21:20:41 2008
New Revision: 13907
Log:
code review fixes
Modified:
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/UIConstants.java
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/UIConstants.java
==============================================================================
---
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/UIConstants.java
(original)
+++
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/UIConstants.java
Tue Feb 19 21:20:41 2008
@@ -59,14 +59,10 @@
public final static String OPENID_AUTH_ACTION =
"OpenIDAuthentication.action";
- public final static String OPENID_INFO_CARD__ACTION =
"OpenIDInfoCardLogin.action";
-
public final static String OPENID_INFO_CARD__DOWNLOAD_ACTION =
"OpenIDDownloadInfoCard.action";
public final static String OPENID_INFO_CARD__SUBMIT_ACTION =
"OpenIDInfoCardSubmit.action";
-
- public final static String OPENID_SELFISSUED_LOGIN_ACTION =
"OpenIDSelfIssuedLogin.action";
-
+
public final static String OPENID_AUTH_VERIFICATION_ACTION =
"OpenIDAuthVerification.action";
public final static String OPENID_USER_APPROVAL_ACTION =
"OpenIDUserApproval.action";
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
Tue Feb 19 21:20:41 2008
@@ -51,9 +51,7 @@
&& requestURL.toString().indexOf(
UIConstants.USER_REGISTRATION_CARD_SUBMIT_ACTION) < 0
&& requestURL.toString().indexOf(
- UIConstants.OPENID_SUBMIT_ACTION) < 0
- && requestURL.toString().indexOf(
- UIConstants.USER_REGISTRATION_OPENDID_ACTION) < 0
+ UIConstants.OPENID_SUBMIT_ACTION) < 0
&& requestURL.toString().indexOf(
UIConstants.OPENID_INFO_CARD__SUBMIT_ACTION) < 0
&& requestURL.toString().indexOf(
@@ -61,9 +59,7 @@
&& requestURL.toString().indexOf(
UIConstants.ADD_USER_PROFILE_SUBMIT_ACTION) < 0
&& requestURL.toString().indexOf(
- UIConstants.OPENDID_CALLBACK_ACTION) < 0
- && requestURL
- .indexOf(UIConstants.OPENID_SELFISSUED_LOGIN_ACTION) < 0
+ UIConstants.OPENDID_CALLBACK_ACTION) < 0
&& requestURL.indexOf(UIConstants.OPENID_AUTH_ACTION) < 0
&& requestURL
.indexOf(UIConstants.OPENID_AUTH_VERIFICATION_ACTION)
< 0
_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev