--- loncom/auth/lonacc.pm 2001/12/15 20:40:23 1.25 +++ loncom/auth/lonacc.pm 2002/01/04 14:57:14 1.26 @@ -1,7 +1,7 @@ # The LearningOnline Network # Cookie Based Access Handler # -# $Id: lonacc.pm,v 1.25 2001/12/15 20:40:23 harris41 Exp $ +# $Id: lonacc.pm,v 1.26 2002/01/04 14:57:14 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -33,6 +33,8 @@ # YEAR=2001 # 01/06/01,05/28,8/11,9/26,11/29 Gerd Kortemeyer # 12/15 Scott Harrison +# YEAR=2002 +# 1/4 Gerd Kortemeyer # ### @@ -146,6 +148,7 @@ sub handler { } } } + $ENV{'request.method'}=$ENV{'REQUEST_METHOD'}; $r->method_number(M_GET); $r->method('GET'); $r->headers_in->unset('Content-length');