On Fri, Jul 15, 2016 at 8:19 AM Sergey Beryozkin <[email protected]> wrote:
> > On 15/07/16 15:16, James Carman wrote: > > That was my next thought. I'll put something on github here in a bit. > > Thanks for the help, by the way! > np, tcp trace first please :-) > > Of course. Here's what I see using the Tunnelij plugin in IDEA: GET /echo/foo HTTP/1.1 Content-Type: */* Accept: text/plain User-Agent: Apache CXF 3.0.5 Cache-Control: no-cache Pragma: no-cache Host: localhost:6060 Connection: keep-alive On my server, it's printing out the request as: 2016-07-15 08:59:16,803 INFO org.apache.cxf.interceptor.LoggingInInterceptor ()- Inbound Message ---------------------------- ID: 2 Address: http://localhost:6060/echo/foo Http-Method: GET Content-Type: */* Headers: {Accept=[text/plain], Cache-Control=[no-cache], connection=[keep-alive], content-type=[*/*], Host=[localhost:6060], Pragma=[no-cache], User-Agent=[Apache CXF 3.0.5]} So, things appear to be in sync there. Let me see what I can whip up in a test project. Just a bit here...
