]> matita.cs.unibo.it Git - helm.git/commitdiff
Fixed a bug in CGI creation, method "update" now work ! :)
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 5 Mar 2001 10:31:12 +0000 (10:31 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 5 Mar 2001 10:31:12 +0000 (10:31 +0000)
helm/http_getter/http_getter.pl.in

index ec2814e4841460946f759521304c477cea01cfe8..0c1dacac52b8789220df401984f6730beef98d0e 100755 (executable)
@@ -97,7 +97,7 @@ while (my $c = $d->accept) {
         my $http_method = $r->method;
         my $http_path = $r->url->path;
         my $http_query = uri_unescape($r->url->query);
-        my $cgi = new CGI($http_query);
+        my $cgi = new CGI("$http_query");
 
        print "\nUnescaped query: ".$http_query."\n";