Author: prabath
Date: Tue Feb 12 00:29:44 2008
New Revision: 13624
Log:
removed unwanted actions
Modified:
trunk/solutions/identity/modules/user-ui/src/main/resources/struts.xml
Modified: trunk/solutions/identity/modules/user-ui/src/main/resources/struts.xml
==============================================================================
--- trunk/solutions/identity/modules/user-ui/src/main/resources/struts.xml
(original)
+++ trunk/solutions/identity/modules/user-ui/src/main/resources/struts.xml
Tue Feb 12 00:29:44 2008
@@ -160,19 +160,7 @@
<result name="input" type="redirect">Login.action</result>
<result name="error" type="redirect">Login.action</result>
</action>
-
- <action name="OpenIDUserRegistration"
-
class="org.wso2.solutions.identity.user.ui.action.OpenIDUserRegistrationAction">
- <result name="success">/jsp/openidregistration.jsp</result>
- <result name="error" type="redirect">Login.action</result>
- </action>
-
- <action name="OpenIDUserRegistrationSubmit"
-
class="org.wso2.solutions.identity.user.ui.action.OpenIDUserRegistrationSubmitAction">
- <result name="success">ShowMain.action</result>
- <result name="error" type="redirect">Login.action</result>
- </action>
-
+
<action name="OpenIDCallback"
class="org.wso2.solutions.identity.user.ui.action.OpenIDCallbackAction">
<result name="success" type="redirect">ShowMain.action</result>
_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev