iobio / minion

Server wrapper that turns command line tools into web services
MIT License
60 stars 9 forks source link

minion respect quotes in url params #7

Closed chmille4 closed 8 years ago

chmille4 commented 9 years ago

If a param is a quoted string minion will not treat it as a indivisible param. For example if you have an '&' in a quoted string minion will treat it like a new url parameter. Also minion will split on spaces, thinking the quoted text is multiple input parameters instead of a single input parameter.