From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile-www-2.9 (www cgi) names in query-string not url-decoded Date: Tue, 12 Apr 2005 02:40:30 +0200 Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1113266387 10564 80.91.229.2 (12 Apr 2005 00:39:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Apr 2005 00:39:47 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Apr 12 02:39:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DL9RR-0007Qz-6p for guile-bugs@m.gmane.org; Tue, 12 Apr 2005 02:39:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DL91e-0005aq-Fa for guile-bugs@m.gmane.org; Mon, 11 Apr 2005 20:13:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DL91A-0005K6-9B for bug-guile@gnu.org; Mon, 11 Apr 2005 20:12:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DL918-0005JB-1D for bug-guile@gnu.org; Mon, 11 Apr 2005 20:12:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DL917-0005IF-RX for bug-guile@gnu.org; Mon, 11 Apr 2005 20:12:33 -0400 Original-Received: from [151.37.162.249] (helo=surf.glug.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DL9MH-0003wV-8z for bug-guile@gnu.org; Mon, 11 Apr 2005 20:34:25 -0400 Original-Received: from ttn by surf.glug.org with local (Exim 3.35 #1 (Debian)) id 1DL9SA-00007H-00; Tue, 12 Apr 2005 02:40:30 +0200 Original-To: Alan Grover In-reply-to: message from Alan Grover on Mon, 11 Apr 2005 19:10:24 -0400 Original-References: X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:2729 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:2729 From: Alan Grover Date: Mon, 11 Apr 2005 19:10:24 -0400 cgi.scm 286c286 < (and p (subs pair 0 p)))) --- > (and p (url-coding:decode (subs pair 0 p))))) thanks, installed. here is the ChangeLog entry i used: 2005-04-12 Alan Grover (tiny change) * cgi.scm (parse-form): Fix omission bug: Also url-decode name in each name/value pair. feel free to include something along these lines for future patches. (also, i find "diff -u" output easier to evaluate.) thi _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile