Index: URILookup.java
===================================================================
RCS file:
/home/cvspublic/jakarta-jetspeed/src/java/org/apache/jetspeed/util/URILo
okup.java,v
retrieving revision 1.17
diff -u -r1.17 URILookup.java
--- URILookup.java 2001/06/16 09:42:06 1.17
+++ URILookup.java 2001/07/16 19:26:22
@@ -877,7 +877,7 @@
private static final String ACTION_CUSTOMIZER =
JetspeedResources.getString( "customizer.action" );
private static final String ACTION_MARKPAGE =
"MarkRefPage";
- private static final String ACTION_LOGOUT =
"LogoutUser";
+ private static final String ACTION_LOGOUT =
JetspeedResources.getString( "action.logout" );
private static final String ACTION_ACCEPT_LOGIN =
JetspeedResources.getString( "action.login" );
private static final String ACTION_CUSTOMIZER_SAVE =
"SavePageConfig";
private static final String ACTION_PREPARE_SCREEN_EDIT_ACCOUNT =
"PrepareScreenEditAccount";
################################ END PATCH
#########################################
Change so that the <jetspeed:URILookup type="Logout"> tag will pick up
the Logout
action specifed in the properties file with the "action.logout" resource
not a hard
coded "LogoutUser" action module.
Steven F. Davis
Application Architect
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]