aungmyo / impala

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

Remove publish servlet step #271

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r4916

Currently, servlet is published to ServletContext using
WebServletUtils.publishServlet(ServletContext servletContext, String
servletName, HttpServlet servlet)

However, doesn't appear to be being used, so should remove.

Original issue reported on code.google.com by philzoio...@googlemail.com on 28 Nov 2009 at 6:19

GoogleCodeExporter commented 9 years ago
Note that this mechanism was used by ModuleProxyServlet and ModuleProxyFilter 
prior
to 1.0 RC1. However, that mechanism was replaced.

Original comment by philzoio...@googlemail.com on 28 Nov 2009 at 6:24

GoogleCodeExporter commented 9 years ago
Fixed with r4917

Original comment by philzoio...@googlemail.com on 28 Nov 2009 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by philzoio...@googlemail.com on 28 Nov 2009 at 6:52