Mantis - Resin
Viewing Issue Advanced Details
4193 minor always 08-30-10 17:28 11-15-10 11:39
voodude  
ferg  
normal  
closed  
fixed  
none    
none 4.0.14  
0004193: HessianServlet extend HttpServlet instead of GenericServlet
Would it be possible for HessianServlet to extend HttpServlet instead of GenericServlet?

Google Guice (no JSR299 support on appengine, unfortunately) requires that managed servlets be derived from HttpServlet. Since the first thing that the HessianServlet.service() does is cast the req and resp to the Http- equivalents, seems like overriding HttpServlet.service(HttpServletRequest, HttpServletResponse) makes more sense anyways.

Thanks,
Jeff

There are no notes attached to this issue.