Factorise generic command declaration
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / HttpFilter.java
index 7c2151ebbc7776e7dff5ef0ad590d40cac0c61d2..b8d2ae52924577d36694407f7fb9c8ac9bd6dd1e 100644 (file)
@@ -14,6 +14,8 @@ import javax.servlet.http.HttpSession;
 
 /** Abstract base class for http filters. */
 abstract class HttpFilter implements Filter {
+       // private final static Log log = LogFactory.getLog(HttpFilter.class);
+
        protected abstract void doFilter(HttpSession httpSession,
                        HttpServletRequest request, HttpServletResponse response,
                        FilterChain filterChain) throws IOException, ServletException;