if (webApp != null) {
rewriteChain = new WebAppFilterChain(rewriteChain, webApp);
if (webApp.getAccessLog() != null)
rewriteChain = new AccessLogFilterChain(rewriteChain, webApp);
}
invocation.setFilterChain(rewriteChain);
isAlwaysModified = false;
}