guile-www-2.9 (www cgi) names in query-string not url-decoded

2005-04-11 Thread Alan Grover
The (www cgi) module parses query-string/form-data without performing an url-decode on names. Values are url-decoded. Module: www cgi Version: 2.9 Example: http://gnu.org?with%26amper= should parse to (withamper . '()). But, incorrectly parses to (with%26amper . '()). Suggested patch: cgi.scm

Re: guile-www-2.9 (www cgi) names in query-string not url-decoded

2005-04-11 Thread Thien-Thi Nguyen
From: Alan Grover [EMAIL PROTECTED] 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 [EMAIL