--- loncom/publisher/loncleanup.pm 2006/05/30 12:47:41 1.8 +++ loncom/publisher/loncleanup.pm 2006/12/20 22:41:08 1.9 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to cleanup XML files # -# $Id: loncleanup.pm,v 1.8 2006/05/30 12:47:41 www Exp $ +# $Id: loncleanup.pm,v 1.9 2006/12/20 22:41:08 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -362,7 +362,7 @@ sub handler { return HTTP_NOT_ACCEPTABLE; } - $fn=~s/\/\~(\w+)//; + $fn=~s{/~($LONCAPA::username_re)}{}; &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header;