Get servletContext from filterConfig at GTVGFilter
Closed this issue · 1 comments
danielfernandez commented
Like this:
public void init(final FilterConfig filterConfig) throws ServletException {
this.servletContext = filterConfig.getServletContext();
}
danielfernandez commented
Fixed in trunk, will go in next version of the example app.