bryan-emmanuel / Hydra

database connection api
1 stars 0 forks source link

Resolves the strange 400 error - DO NOT MERGE - ONLY FOR REVIEW #7

Open dfarina opened 11 years ago

dfarina commented 11 years ago

So, the work around just involved packing the arguments string into a StringEntity, and parsing it out as an InputStream server side.

If this is merged, everything with an "arguments" parameter will not work except unidata subroutines. Strictly speaking, I believe this is a better way to send an arguments field over because I don't think we'd even have to worry about escaping HTML to send it over the wire.