Re: Why proxies encode '+' query parameters

2016-03-08 Thread Sergey Beryozkin
On 08/03/16 17:16, Sergey Beryozkin wrote: On 08/03/16 16:56, Sergey Beryozkin wrote: "+" value also allowed in query representation, but is encoded for some reason by UriBuilder. Well, this is not CXF specific. So there would be problems with stored in db values if they contains "+" I'm

Why proxies encode '+' query parameters

2016-03-08 Thread Sergey Beryozkin
"+" value also allowed in query representation, but is encoded for some reason by UriBuilder. So there would be problems with stored in db values if they contains "+" I'm not using jerecy, only org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean to create proxies. I found