You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/08/14 19:40:59 UTC

svn commit: r1513972 - in /manifoldcf/trunk: CHANGES.txt framework/crawler-ui/src/main/webapp/WEB-INF/web.xml

Author: kwright
Date: Wed Aug 14 17:40:59 2013
New Revision: 1513972

URL: http://svn.apache.org/r1513972
Log:
Fix for CONNECTORS-765.

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1513972&r1=1513971&r2=1513972&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Wed Aug 14 17:40:59 2013
@@ -3,9 +3,13 @@ $Id$
 
 ======================= 1.4-dev =====================
 
+CONNECTORS-765: Increase crawler-ui session timeout to 30 minutes.
+(Erlend Garåsen, Karl Wright)
+
 CONNECTORS-764: HOPCOUNTREMOVED records need to be reset when
 a job's hopcount limits change.  It also makes sense to reset them
 when the set of documents is changed.
+(Karl Wright)
 
 CONNECTORS-750: Skip files when catching FileNotFoundException,
 e.g. access/permission denied files in FileConnector.

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml?rev=1513972&r1=1513971&r2=1513972&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/WEB-INF/web.xml Wed Aug 14 17:40:59 2013
@@ -26,7 +26,7 @@
   <description>ManifoldCF Crawler Interface</description>
 
   <session-config>
-    <session-timeout>5</session-timeout>
+    <session-timeout>30</session-timeout>
   </session-config>
 
   <context-param>