Luc14860 / jwebsocket

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

Error logged: Boolean cannot be cast to String #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This error keeps popping up...

2010-05-25 11:55:39,703 DEBUG - TokenServer: Processing token
'{ns=org.jWebSocket.plugins.system,utid=5,type=ping,echo=true,usid=9d7750ee9c858
2dfe88e032b318f8e2b}
from '127.0.0.1:4064'...
2010-05-25 11:55:39,703 ERROR - TokenPlugInChain: (plugin
'org.jWebSocket.plugins.system')ClassCastException: java.lang.Boolean
cannot be cast to java.lang.String

Original issue reported on code.google.com by stojadin...@gmail.com on 25 May 2010 at 9:57

GoogleCodeExporter commented 9 years ago

Original comment by fivefeetfurther@gmail.com on 2 Jun 2010 at 10:17

GoogleCodeExporter commented 9 years ago
This has been fixed and verified in the hello world demo. In addition we added 
the jws.tools class in the web client that provides the two new methods 
Date2ISO and ISO2Date to process timestamps properly.

Original comment by fivefeetfurther@gmail.com on 8 Aug 2010 at 3:52