----------System.out:(4/242)----------
Server started at port 53419
Client connected by socket: Socket[addr=localhost/127.0.0.1,port=53419,localport=53422]
Client wrote rquest to socket: Socket[addr=localhost/127.0.0.1,port=53419,localport=53422]
Client start reading from server:
----------System.err:(14/962)----------
java.lang.RuntimeException: respond to unknown code 207 doesn't return space at the end of the first header.
Should be: "HTTP/1.1 404 Not Found ", but returns: "HTTP/1.1 404 Not Found".
at MissingTrailingSpace.runRawSocketHttpClient(MissingTrailingSpace.java:109)
at MissingTrailingSpace.main(MissingTrailingSpace.java:71)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: respond to unknown code 207 doesn't return space at the end of the first header. Should be: "HTTP/1.1 404 Not Found ", but returns: "HTTP/1.1 404 Not Found".
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: respond to unknown code 207 doesn't return space at the end of the first header. Should be: "HTTP/1.1 404 Not Found ", but returns: "HTTP/1.1 404 Not Found".
Server started at port 53419
Client connected by socket: Socket[addr=localhost/127.0.0.1,port=53419,localport=53422]
Client wrote rquest to socket: Socket[addr=localhost/127.0.0.1,port=53419,localport=53422]
Client start reading from server:
----------System.err:(14/962)----------
java.lang.RuntimeException: respond to unknown code 207 doesn't return space at the end of the first header.
Should be: "HTTP/1.1 404 Not Found ", but returns: "HTTP/1.1 404 Not Found".
at MissingTrailingSpace.runRawSocketHttpClient(MissingTrailingSpace.java:109)
at MissingTrailingSpace.main(MissingTrailingSpace.java:71)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: respond to unknown code 207 doesn't return space at the end of the first header. Should be: "HTTP/1.1 404 Not Found ", but returns: "HTTP/1.1 404 Not Found".
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: respond to unknown code 207 doesn't return space at the end of the first header. Should be: "HTTP/1.1 404 Not Found ", but returns: "HTTP/1.1 404 Not Found".
- duplicates
-
JDK-8225512 Replace wildcard address with loopback or local host in tests - part 15
- Resolved