Luc14860 / jwebsocket

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

[JettyEngine] Hope to fix it. #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I found somthing wrong jWebSocketServer-1.0.jar in SVN.
http://jwebsocket.googlecode.com/svn/repo/org/jwebsocket/jWebSocketServer/1.0/

in source JettyEngine
---------------------
/*  59 */     String lContext = aConfiguration.getContext();
/*  60 */     if (lContext == null) {
/*  61 */       lContext = "/";
/*     */     }
/*  63 */     String lServlet = aConfiguration.getContext();
/*  64 */     if (lServlet == null) {
/*  65 */       lServlet = "/*";
/*     */     }

I think 63 line need to fix..
.getServlet()

thanks
sungsoo.

Original issue reported on code.google.com by kn...@hiknote.com on 6 Oct 2011 at 8:03

GoogleCodeExporter commented 9 years ago
Thank you very much for the hint! We updated the source code and it will be 
available in the next jWebSocket 1.0b6 nightly build.
Regards,
Alex

Original comment by fivefeetfurther@gmail.com on 12 Apr 2012 at 2:28

GoogleCodeExporter commented 9 years ago
Assigend to Alex

Original comment by fivefeetfurther@gmail.com on 14 Apr 2012 at 11:10