[LON-CAPA-cvs] cvs: rat / lonpageflip.pm

raeburn raeburn at source.lon-capa.org
Fri May 10 08:49:39 EDT 2013


raeburn		Fri May 10 12:49:39 2013 EDT

  Modified files:              
    /rat	lonpageflip.pm 
  Log:
  - Suppress "Apache2::RequestIO::print: (103) Software caused connection abort" 
    messages in Apache error log by returning OK when internal redirect is used.
  
  
Index: rat/lonpageflip.pm
diff -u rat/lonpageflip.pm:1.80 rat/lonpageflip.pm:1.81
--- rat/lonpageflip.pm:1.80	Tue Mar 16 19:56:02 2010
+++ rat/lonpageflip.pm	Fri May 10 12:49:39 2013
@@ -2,7 +2,7 @@
 #
 # Page flip handler
 #
-# $Id: lonpageflip.pm,v 1.80 2010/03/16 19:56:02 droeschl Exp $
+# $Id: lonpageflip.pm,v 1.81 2013/05/10 12:49:39 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -489,6 +489,7 @@
       } else {
 # ---------------------------------------- No, could not determine where we are
 	  $r->internal_redirect('/adm/ambiguous');
+          return OK;
       }
   } else {
 # -------------------------- Class was not initialized or page fliped strangely




More information about the LON-CAPA-cvs mailing list