Author: keith
Date: Mon Mar 31 02:07:42 2008
New Revision: 15373

Log:

Removing the leading / off the i'm feeling lucky page too



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

Modified: trunk/mashup/java/modules/www/search.jsp
==============================================================================
--- trunk/mashup/java/modules/www/search.jsp    (original)
+++ trunk/mashup/java/modules/www/search.jsp    Mon Mar 31 02:07:42 2008
@@ -282,7 +282,7 @@
             Iterator iter = results.getResults().iterator();
             if (results.getResultsType().equals("resource") && iter.hasNext()) 
{
                 QueryResult result = (QueryResult) iter.next();
-                response.sendRedirect("/mashup.jsp?path=" + result.getPath());
+                response.sendRedirect("mashup.jsp?path=" + result.getPath());
             }
         }
     }

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

Reply via email to