Good afternoon,
I recently updated to ipf 5.0 and all the underlying dependencies that go with it (spring 6, cxf 4, etc).
I'm currently seeing an issue where my client is initiating connections (iti38/39 in particular) and getting a "RST_STREAM: Use HTTP/1.1 for request" response.
This is running in tomcat 10.1 on jdk 17. I have added the following to my applicationContext.xml in an attempt to solve:
<cxf:bus>
<cxf:properties>
<entry key="HttpServerEngineSupprot.ENABLE_HTTP2" value="false"/>
</cxf:properties>
<cxf:bus>
That has unfortunately made no difference. Is there another way for me to force HTTP 1.1?
Thanks
Jason