Hi,

I have written a web socket server using web socket API(JSR-356) and which
runs on tomcat version 7.0.56.
My test client sends some text which has some special characters over web
socket connection to my server. the problem is that server is not getting
the client's text as it is. the special character got modified to "?".

The text that my client sends is "Test701รก". Server received is "SIP701?".
At server, I have just attached Text message handler to web socket session.

This works fine with tomcat version 7.0.55.

Please let me know if i am missing something here.

Thank you,
ganesh

Reply via email to