Problem using non-anonymous ReplyTo on HP-UX 11i
------------------------------------------------
Key: CXF-755
URL: https://issues.apache.org/jira/browse/CXF-755
Project: CXF
Issue Type: Bug
Components: WS-* Components
Environment: Only on HP-UX
Reporter: Andrea Smyth
When addressing is used, and ReplyTo is non-anonymous, the HTTP responses to
one-way requests are sent earlier than usual, i.e. from the inbound
MAPAggregator interceptor on the server side, and before the request is
dispatched. This leads to the client occasionally (but very reproducibly)
receiving a SocketException: "Broken Pipe" when reading the response (which MAY
have a non-empty body in the case of RM and anonymous acksTo).
If the client uses keep-alive connnections, this does not happen.
The underlying cause is still unclear, it may be a bug in Jetty (tried jetty
6.1.4 also) or in the HP-UX JDK, or indeed in CXF.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.