orthecreedence / wookie

Asynchronous HTTP server in common lisp
http://wookie.lyonbros.com/
MIT License
189 stars 19 forks source link

urlencoded newlines errors #72

Closed nightshade427 closed 9 years ago

nightshade427 commented 9 years ago

http://fqdn.com?data=test%0d%0athis

results in:

There was an error processing your request: The string "test%0d%0athis" is not a valid urlencoded string.

nightshade427 commented 9 years ago

here is my temp workaround if that helps

https://github.com/nightshade427/wookie/commit/9c83b23afe6d1c2503b425011a59239ffae7d96a

orthecreedence commented 9 years ago

Your temp workaround is prefect. Merged in your master version to mine (including the "json" file type for the directory router, another good change). Thanks!