[bknr-cvs] hans changed trunk/thirdparty/hunchentoot/request.lisp
BKNR Commits
bknr at bknr.net
Wed Oct 28 06:28:35 UTC 2009
Revision: 4460
Author: hans
URL: http://bknr.net/trac/changeset/4460
Pass REQUEST from MAYBE-READ-POST-PARAMETERS to RAW-POST-DATA, patch
supplied by Desmond O. Chang.
U trunk/thirdparty/hunchentoot/request.lisp
Modified: trunk/thirdparty/hunchentoot/request.lisp
===================================================================
--- trunk/thirdparty/hunchentoot/request.lisp 2009-10-14 21:51:47 UTC (rev 4459)
+++ trunk/thirdparty/hunchentoot/request.lisp 2009-10-28 06:28:34 UTC (rev 4460)
@@ -313,7 +313,7 @@
(cond ((and (string-equal type "application")
(string-equal subtype "x-www-form-urlencoded"))
(form-url-encoded-list-to-alist
- (split "&" (raw-post-data :external-format +latin-1+))
+ (split "&" (raw-post-data :request request :external-format +latin-1+))
external-format))
((and (string-equal type "multipart")
(string-equal subtype "form-data"))
More information about the Bknr-cvs
mailing list