thymeleaf/thymeleafexamples-gtvg

Get servletContext from filterConfig at GTVGFilter

Closed this issue · 1 comments

Like this:

public void init(final FilterConfig filterConfig) throws ServletException {
    this.servletContext = filterConfig.getServletContext();
}

Fixed in trunk, will go in next version of the example app.