--- loncom/auth/lonauth.pm 2003/04/07 18:24:05 1.48 +++ loncom/auth/lonauth.pm 2003/05/06 21:45:25 1.49 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.48 2003/04/07 18:24:05 www Exp $ +# $Id: lonauth.pm,v 1.49 2003/05/06 21:45:25 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -232,7 +232,7 @@ sub handler { my $r = shift; my $buffer; - $r->read($buffer,$r->header_in('Content-length')); + $r->read($buffer,$r->header_in('Content-length'),0); my @pairs=split(/&/,$buffer); my $pair; my $name; my $value; undef %FORM;