Aw: Re: HTTPBuilder & URIBuilder - plus sign will not encoded

2016-11-20 Thread Christian Lotz
er. The result of these frustrations was a ground up re-write. Bug reports/pull requests are encouraged.   On 11/20/2016 07:25 AM, Christian Lotz wrote: Hi all, I try to upload files via HTTPBuilder (Groovy Version: 2.4.7 JVM: 1.8.0_40 Vendor: Oracle Corporation OS: Mac OS X). After a couple of

HTTPBuilder & URIBuilder - plus sign will not encoded

2016-11-20 Thread Christian Lotz
Hi all, I try to upload files via HTTPBuilder (Groovy Version: 2.4.7 JVM: 1.8.0_40 Vendor: Oracle Corporation OS: Mac OS X). After a couple of test I realized, that filenames containing a plus sign ("+") can't be uploaded. The REST Service responds with HTTP/1.1 400 Bad Request. After some more d