Re: How to avoid cxfrs:rserver adding extra header params (accept-encoding) -

2014-12-16 Thread Kumaran
Thanks Sergey it works and removes the unwanted header information. Sergey Beryozkin-3 wrote > Hi, AFAIK one needs to activate a header filter strategy that would > block copying the input headers > > Cheers, Sergey > On 15/12/14 23:33, Kumaran wrote: >> Hi >> >> we are using camel cxfrs server

Re: How to avoid cxfrs:rserver adding extra header params (accept-encoding) -

2014-12-16 Thread Sergey Beryozkin
Hi, AFAIK one needs to activate a header filter strategy that would block copying the input headers Cheers, Sergey On 15/12/14 23:33, Kumaran wrote: Hi we are using camel cxfrs server to expose our proxy services, The service is exposer is working fine but if the response is more that certain

Re: How to avoid cxfrs:rserver adding extra header params (accept-encoding) -

2014-12-15 Thread Kumaran
Adding more informations. I am using Camel 2.14.0 version and we are exposing services using cxfrs component, When the response size is but the response by default the header parameter is set as "Transfer-Encoding" = chunk, but we are expecting "Transfer-Encoding" = Identity; in the response head

How to avoid cxfrs:rserver adding extra header params (accept-encoding) -

2014-12-15 Thread Kumaran
Hi we are using camel cxfrs server to expose our proxy services, The service is exposer is working fine but if the response is more that certain limit looks like the client is not able to receive getting timed out exception. Then we have identified that the camel service adding some extra heade