Sorry .. correction to line: The text that my client sends is "Test701á". Server received is "SIP701?".
Actual: The text that my client sends is "Test701á". Server received is "Test701?". On Wed, May 13, 2015 at 3:33 PM, Ganesh Bms <[email protected]> wrote: > 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 >
