Change how request parameters are passed.
commit7eecc1da95c1c49752b9c96b65cab98c64ea153b
authorZach Beane <xach@xach.com>
Sat, 26 Nov 2011 18:34:35 +0000 (26 13:34 -0500)
committerZach Beane <xach@xach.com>
Sat, 26 Nov 2011 18:34:35 +0000 (26 13:34 -0500)
tree941b07d8347dc0aa4201305e3816191500498a5b
parentf735388248f15aff710e1805be4c470bd0246890
Change how request parameters are passed.

The old system made parameters part of the URL, and pre-escaped
them. Some recent update to Drakma escapes them again, so some queries
were breaking (e.g. all-keys with more than 1000 results, or with a
prefix).
request.lisp