RE: Sub-Agent in logs telling the version of apache cxf

2016-02-09 Thread Khare, Aparna
Thanks a lot Sergey. I tried both the options Setting browser type did not work but setting the Sub-Agent in header worked Thanks for the help, Aparna -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Sunday, February 7, 2016 9:46 PM To: users@cxf.apache.org

CXF ignoring custom headers

2016-02-09 Thread Zizou84
Hello I am using CXF 3.1.3 (jaxrs). My custom header is ignored org.apache.cxf.jaxrs.client.WebClient webClient = factoryBean.createWebClient(); // set connection properties org.apache.cxf.jaxrs.client.ClientConfiguration clientConfig = WebClient.getConfig(webClient);

Re: CXF ignoring custom headers

2016-02-09 Thread Sergey Beryozkin
Hi, see https://issues.apache.org/jira/browse/CXF-6611 Sergey On 09/02/16 09:03, Zizou84 wrote: Hello I am using CXF 3.1.3 (jaxrs). My custom header is ignored org.apache.cxf.jaxrs.client.WebClient webClient = factoryBean.createWebClient(); // set connection properties

Re: Sub-Agent in logs telling the version of apache cxf

2016-02-09 Thread Sergey Beryozkin
Hi I just tried, the header goes out when it is set on HttpConduit but it is named as 'BrowserType' which looks like a typo because it is documented to be User-Agent, and I can find no links to BrowserType HTTP header (does not exist), I'll fix it shortly Thanks, Sergey On 09/02/16 15:20,