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
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
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
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