Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.5.3
-
None
-
None
-
Using Jetty WebServer 9.4.46.v20220331 with https with soap webservice classes generated with JAX-WS RI 2.3.1
Client running java 17 as is the server
-
Unknown
Description
I am changing in a current project from JAX-WS RI to Apache CXF. I noticed that if I use the Apache hc5 transport that the downloads with MTOM (on the client) don't work. If I switch to the hc implementation it does.
The reason why I would like to use the hc5 implementation is that for this one it is probably easier to add http2 support to as the hc implementation.