Luc14860 / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
0 stars 0 forks source link

Token parsing error #152

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

when calling Token.setToken(key, ITokenizable) and send the token to a client 
using JWebSocketFactory.getTokenServer().sendToken(...) on client-side the 
respective MapToken.getToken(...) method does not return anything because it 
throws internally the following exception

java.util.LinkedHashMap cannot be cast to org.jwebsocket.token.Token

any ideas?

Original issue reported on code.google.com by eliasbal...@gmail.com on 11 Jan 2012 at 4:54