Small problems with x-www-form-urlencoded requests

2015-06-26 Thread Валерия Головина
Hello. There is a couple of small problems with x-www-form-urlencoded requests in CXF 3.1.0. CXF doesn't make any difference between query and form parameters if request content type is "application/x-www-form-urlencoded". My service looks like this @POST @Path(/signin) @Consumes("application/x-w

href and id

2015-06-26 Thread Gary Gregory
Hi All, Are SOAP XML href and id supported by CXF? hrefs are not being resolved in our CXF implementation. Our implementation includes many custom interceptors so I want to ask before I go in some deep rabbit hole. Thank you! Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Pe

Creating a crypto provider for something else than a keystore

2015-06-26 Thread Martin Nielsen
Hello all. I am considering implementing a number of SOAP webservices using CXF for an existing application. The application already has a large number of x509 certificates and corresponding keys in a store that is NOT a java keystore. Is it possible to implement another crypto provider like Merl

Re: problems using CXF as a JAX-RS 2.0 client

2015-06-26 Thread Sergey Beryozkin
FYI, I've added an 'http.autoredirect' property that can used to enable an auto-redirect if really needed by passing it directly to 2.0 Configurable (Client, WebTarget). Sergey On 25/06/15 22:09, Sergey Beryozkin wrote: Thanks for the analysis so far. It does not really bring us any closer to