Author: tyrell
Date: Sat Dec  8 22:19:21 2007
New Revision: 10727

Log:

Removing the hard coded 'admin' as current user.

Modified:
   trunk/mashup/java/modules/www/org/search.jsp

Modified: trunk/mashup/java/modules/www/org/search.jsp
==============================================================================
--- trunk/mashup/java/modules/www/org/search.jsp        (original)
+++ trunk/mashup/java/modules/www/org/search.jsp        Sat Dec  8 22:19:21 2007
@@ -70,7 +70,7 @@
 <%
 
     Registry registry = RegistryUtils.getRegistry(request);
-    String currentUser = "admin"; //RegistryUtils.getCurrentUser(registry);
+    String currentUser = RegistryUtils.getCurrentUser(registry);
     // Set bounceback location
     String queryString = request.getQueryString();
     // todo: bounceback encoding seems to be ignored on this page.

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to