Hello,
Request to have my fix reviewed for the issue: JDK-8244652: Add test for non utf-8 response handling by websocket client. The test java.net.httpclient.websocket.WSHandshakeExceptionTest.java is updated to test that the websocket client handles invalid utf-8 sent by the websocket server as part of the websocket exception when the handshake is rejected by websocket server. Issue: https://bugs.openjdk.java.net/browse/JDK-8244652 Webrev: http://cr.openjdk.java.net/~ryadav/webrev_8244652/webrev.00/index.html - rahul