biddyweb / socketio-java

Automatically exported from code.google.com/p/socketio-java
0 stars 0 forks source link

Super class should be HttpServlet #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by mathieu....@gmail.com on 20 Jan 2011 at 6:10

Attachments: