Author: ab
Date: Fri Feb  3 10:56:52 2006
New Revision: 374727

URL: http://svn.apache.org/viewcvs?rev=374727&view=rev
Log:
Apply patch in NUTCH-81.

Modified:
    lucene/nutch/trunk/src/web/jsp/index.jsp

Modified: lucene/nutch/trunk/src/web/jsp/index.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/index.jsp?rev=374727&r1=374726&r2=374727&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/index.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/index.jsp Fri Feb  3 10:56:52 2006
@@ -9,6 +9,5 @@
     .getLocale().getLanguage();
   String requestURI = HttpUtils.getRequestURL(request).toString();
   String base = requestURI.substring(0, requestURI.lastIndexOf('/'));
+  response.sendRedirect(language + "/");
 %>
-
-<jsp:forward page="<%= language + "/"%>"/>




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to