{
public void doFilter(final ServletRequest request, final ServletResponse response, final FilterChain chain)
throws IOException, ServletException
{
new ContextualHttpServletRequest( (HttpServletRequest) request )
{
@Override
public void process() throws ServletException, IOException
{
chain.doFilter(request, response);