init() and destroy() methods in com.sun.net.httpserver.Filter class are not called during intialization/close of the Filter as described in API.
If there is RuntimeException in validate() of BasicAuthFilter implementation, Server does n't send any response and the client keeps waiting for the response.
If there is RuntimeException in validate() of BasicAuthFilter implementation, Server does n't send any response and the client keeps waiting for the response.
- duplicates
-
JDK-6341085 Should send a default HTTP code when there is an error in HttpHandler
-
- Closed
-
- relates to
-
JDK-6355723 remove init() and destroy() methods from httpserver Filter
-
- Closed
-