I did not. I actually ended up overriding createConduit similar to one of the comments here: https://issues.apache.org/jira/browse/CXF-8885.
That has worked so far. On Thu, Mar 6, 2025 at 4:18 PM Brian K <[email protected]> wrote: > Have you tried catalina.properties ? > > On Thu, Mar 6, 2025, 9:57 AM Jason Countryman <[email protected]> > wrote: > > > 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 > > >
