// This is used to ensure that filters mapped to wild cards do not infinately
// loop.
if (!isPreventTokenPresent(req)) {
ApplicationContext applicationContext = org.apache.tiles.request.servlet.ServletUtil
.getApplicationContext(servletContext);
Request request = new ServletRequest(applicationContext,
(HttpServletRequest) req, (HttpServletResponse) res);
TilesContainer container = TilesAccess.getContainer(applicationContext,
containerKey);
mutator.mutate(container.getAttributeContext(request), req);
if (preventDecorationToken != null) {