Export to GitHub

socketio-java - issue #5

Super class should be HttpServlet


Posted on Jan 20, 2011 by Happy Elephant

Several libraries (like Google Guice) or containers when embedding are requesting an instance of HttpServlet.

=> this patch is for extending HttpServlet instead of GenericServlet so that we can bind the Servlet using Google Guice Servlet extension.

NB: see the patch attached. I forgot to disable "optimize imports". You'll see the changes are quite little.

Attachments

Status: New

Labels:
Type-Defect Priority-Medium