--- rat/lonwrapper.pm 2003/01/20 17:03:25 1.6 +++ rat/lonwrapper.pm 2003/02/07 22:53:13 1.7 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Wrapper for external and binary files as standalone resources # -# $Id: lonwrapper.pm,v 1.6 2003/01/20 17:03:25 www Exp $ +# $Id: lonwrapper.pm,v 1.7 2003/02/07 22:53:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -55,6 +55,7 @@ sub handler { if ($url=~/^\/uploaded\//) { $url=&Apache::lonnet::tokenwrapper($url); } + $url.='?'.$ENV{'QUERY_STRING'}; #reappend the query arguments my $events='onLoad="'.&Apache::lonxml::loadevents. '" onUnload="'.&Apache::lonxml::unloadevents.'"'; my $script=&Apache::lonxml::registerurl(1,undef);