Re: Message specific CXF interceptors

2016-06-07 Thread Mandy Warren
Thanks so much for confirming Sergey and Dan. Sent from a mobile device > On 7 Jun 2016, at 17:07, Sergey Beryozkin wrote: > > Hi Mandy > > Thanks, we've just talked with Dan on #apache-cxf, Dan explained the way your > code adds out interceptors is correct, thanks for the example. > > I gue

Re: Message specific CXF interceptors

2016-06-07 Thread Sergey Beryozkin
Hi Mandy Thanks, we've just talked with Dan on #apache-cxf, Dan explained the way your code adds out interceptors is correct, thanks for the example. I guess the only remaining question is whether adding fault interceptors is needed (question 3), I believe it is application-specific, there's

Re: disable new cookie value auto-quoting?

2016-06-07 Thread Sergey Beryozkin
Hi It has been fixed in https://issues.apache.org/jira/browse/CXF-6862 Can you try CXF 3.1.6 please ? I'll think of introducing an option of disabling it completely unless a given value contains a space character, but CXF 3.1.6 should deal correctly again with Path values with '/' characters

Re: Message specific CXF interceptors

2016-06-07 Thread Mandy Warren
Thanks for the fast reply Sergey. So, I am accessing the PhaseInterceptorChain in a class called by a JAX-WS service. So imagine class HelloWorldImpl from http://cxf.apache.org/docs/a-simple-jax-ws-service.html is calling it i.e: @WebS

disable new cookie value auto-quoting?

2016-06-07 Thread Andreas Vallen
Hi, is there an easy way to disable the automatic quoting of cookie values that was introduced with CXF-6729? I have a web application firewall that regards the addition of quotes as a change which invalidates the cookie. The quoting by the way is triggered due to the presencs of a forward slash

Re: Request with no content-type header gets 415 for jaxrs service

2016-06-07 Thread Sergey Beryozkin
Hi Yes, forgot about it, sorry, set it as a contextual property, ex in jaxrs:server/jaxrs:properties, and it should do it Cheers, Sergey On 07/06/16 03:33, zouyue735 wrote: Hi Thanks for replying I found the jira ticket when this change is added. I noticed that the property 'DEFAULT_CONTENT

Re: Message specific CXF interceptors

2016-06-07 Thread Sergey Beryozkin
Hi Mandy Dan may provide more details later on, few comments below in meantime: On 06/06/16 23:08, Mandy Warren wrote: Hi, We currently register a number of interceptors against the endpoint when our Rest service starts up. I have a specific scenario whereby when I call a backend system I nee

Re: Swagger2Feature jar and version

2016-06-07 Thread Aki Yoshida
just committed the sample and also fixed the jackson version mixed-up which got slipped into cxf-3.1.6. 2016-06-07 9:16 GMT+02:00 Aki Yoshida : > javaworkinggirl, > I have to correct what I said before regarding the jackson version and > you are right. > I just checked cxf 3.1.x and 3.2.x's samp

Re: Swagger2Feature jar and version

2016-06-07 Thread Aki Yoshida
javaworkinggirl, I have to correct what I said before regarding the jackson version and you are right. I just checked cxf 3.1.x and 3.2.x's samples. They are picking some mismatched jackson dependency. I'll update them shortly and also add a plain spring version of it (although we thought that woul