xiaomingchen / jwebsocket

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

JWebSocketConfig.getConfigFolder method problem #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
JWebSocketConfig.getConfigFolder works as expected if JWEBSOCKET_HOME var is 
provided, but if the server was forced to load the configuration from a custom 
path:
JWebSocketFactory.start("a path");
The method does not return the expected value.

Original issue reported on code.google.com by kyberne...@gmail.com on 8 Jun 2011 at 12:50