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 + "/"%>"/>