--- loncom/lonnet/perl/lonrep.pm 2007/10/02 01:09:53 1.14 +++ loncom/lonnet/perl/lonrep.pm 2020/09/03 13:40:50 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network # Replication Manager # -# $Id: lonrep.pm,v 1.14 2007/10/02 01:09:53 albertel Exp $ +# $Id: lonrep.pm,v 1.15 2020/09/03 13:40:50 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -59,6 +59,7 @@ sub handler { } else { my $filename=$r->filename.$r->path_info; if ($filename=~/\/$/) { return OK; } + if ($filename eq '/home/httpd/html/res/lib/templates/simpleproblem.problem/smpedit') { return OK; } if (-e "$filename.in.transfer") { sleep 10; if (-e $filename) {