* If HttpHandler throws a runtime exception, server doesn't send a 500 Internal error response. It is true that it is the problem with the application, but HttpServer implementation can do something about it. Otherwise, the client programs just hang waiting for a response.
* If the executors are not set, and the HttpHandler throws a runtime exception, then the server jvm terminates. Comment out the line no: 24 and try it.
Attaching a program which produces both these problems.
* If the executors are not set, and the HttpHandler throws a runtime exception, then the server jvm terminates. Comment out the line no: 24 and try it.
Attaching a program which produces both these problems.
- duplicates
-
JDK-6341616 Server does n't send any response if there is RuntimeException in validate() of BasicAuthFilter
-
- Resolved
-