| org.apache.cxf.systest.ws.addressing.MAPTestBase org.apache.cxf.systest.ws.addressing.MAPTest
MAPTest | public class MAPTest extends MAPTestBase (Code) | | Tests the addition of WS-Addressing Message Addressing Properties.
|
testDelayReadingPartialResponse | public void testDelayReadingPartialResponse() throws Exception(Code) | | On HP-UX, the server seems to close the connection by the time the
thread servicing the requests terminates and therefore possibly before
the client has had a chance to read the response (the client throws
a SocketException: Broken pipe). This may be a bug
in Jetty or in the HP-UX JDK. It can be worked around by
adding a sleep to the end of method handle in
org.apache.cxf.transport.http_jetty.JettyHTTPHandler or,
preferrably, by ensuring the client uses keep alive
connections.
|
testUsingKeepAliveConnection | public void testUsingKeepAliveConnection() throws Exception(Code) | | |
|
|