When i send a rest Get request via camel its restricting the request URI size to 2048 byte where i need to send a URI of 5000 byte. I debugged and found camel is internally using Apache HTTPClient to send the send the request. Is there any way to change the BufferedOutPutStream size of HTTPConnection to pass a large byte data becuase when the size of request is exceeding 2048, its not writing the request on OutPutStream hence returning 400 status code. However when i use a DefaultHTTPClient of apache it has a buffersize of 8192.
-- View this message in context: http://camel.465427.n5.nabble.com/How-to-override-Buffer-size-for-httpclient-when-calling-Rest-web-Service-via-Camel-tp5794628.html Sent from the Camel - Users mailing list archive at Nabble.com.