Good afternoon, I have an application running under tomcat 10.1 using cxf 4.1 with Spring XML configuration.
I've come up against the openjdk HttpClientImpl SelectorManager thread issue in my application. I need to set the force.urlconnection.http.conduit=true contextual property. Unfortunately, I'm not very well-versed in Spring configuration so I'm not sure where to set this. I've added it to my setenv.sh, which didn't seem to make a difference, but I think it should be somewhere in the Spring XML config, I'm just not sure where. Should it go in my applicationContext.xml, where I'm setting the http conduit, etc? Somewhere else? Thanks Jason
