Author: siren
Date: Fri Feb  3 11:27:37 2006
New Revision: 374730

URL: http://svn.apache.org/viewcvs?rev=374730&view=rev
Log:
NUTCH-178, disabled sessions as they are not used

Modified:
    lucene/nutch/trunk/src/web/jsp/anchors.jsp
    lucene/nutch/trunk/src/web/jsp/cached.jsp
    lucene/nutch/trunk/src/web/jsp/explain.jsp
    lucene/nutch/trunk/src/web/jsp/index.jsp
    lucene/nutch/trunk/src/web/jsp/search.jsp
    lucene/nutch/trunk/src/web/jsp/text.jsp

Modified: lucene/nutch/trunk/src/web/jsp/anchors.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/anchors.jsp?rev=374730&r1=374729&r2=374730&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/anchors.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/anchors.jsp Fri Feb  3 11:27:37 2006
@@ -1,4 +1,5 @@
 <%@ page 
+  session="false"
   contentType="text/html; charset=UTF-8"
   pageEncoding="UTF-8"
 

Modified: lucene/nutch/trunk/src/web/jsp/cached.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/cached.jsp?rev=374730&r1=374729&r2=374730&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/cached.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/cached.jsp Fri Feb  3 11:27:37 2006
@@ -1,4 +1,5 @@
 <%@ page
+  session="false"
   contentType="text/html; charset=UTF-8"
   import="javax.servlet.*"
   import="javax.servlet.http.*"

Modified: lucene/nutch/trunk/src/web/jsp/explain.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/explain.jsp?rev=374730&r1=374729&r2=374730&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/explain.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/explain.jsp Fri Feb  3 11:27:37 2006
@@ -1,4 +1,5 @@
 <%@ page 
+  session="false"
   contentType="text/html; charset=UTF-8"
   pageEncoding="UTF-8" 
 

Modified: lucene/nutch/trunk/src/web/jsp/index.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/index.jsp?rev=374730&r1=374729&r2=374730&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/index.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/index.jsp Fri Feb  3 11:27:37 2006
@@ -1,4 +1,5 @@
 <%@ page
+  session="false"
   import="javax.servlet.*"
   import="javax.servlet.http.*"
   import="java.io.*"

Modified: lucene/nutch/trunk/src/web/jsp/search.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/search.jsp?rev=374730&r1=374729&r2=374730&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/search.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/search.jsp Fri Feb  3 11:27:37 2006
@@ -1,4 +1,5 @@
 <%@ page 
+  session="false"
   contentType="text/html; charset=UTF-8"
   pageEncoding="UTF-8"
 

Modified: lucene/nutch/trunk/src/web/jsp/text.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/text.jsp?rev=374730&r1=374729&r2=374730&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/text.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/text.jsp Fri Feb  3 11:27:37 2006
@@ -1,4 +1,5 @@
 <%@ page
+  session="false"
 
   import="javax.servlet.*"
   import="javax.servlet.http.*"




-------------------------------------------------------
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