Re: [tomcat] Odd behavior enumerating http headers

2025-06-11 Thread Christopher Schultz
Alex, On 6/10/25 6:54 PM, Alex O'Ree wrote: Greetings I'm running tomcat v9.0.105 with a CXF based SOAP service (you know, the old school JAXWS services). Within that service, I had a need to retrieve a specific http header and i've been running into some inconsistent results. The tomcat server

[tomcat] Odd behavior enumerating http headers

2025-06-10 Thread Alex O'Ree
Greetings I'm running tomcat v9.0.105 with a CXF based SOAP service (you know, the old school JAXWS services). Within that service, I had a need to retrieve a specific http header and i've been running into some inconsistent results. The tomcat server is sitting behind a nginx proxy if that matters