src/main/java/com/gitblit/wicket/GitBlitWebApp.java
@@ -255,7 +255,7 @@ if (!settings.getBoolean(Keys.web.mountParameters, true)) { parameters = new String[] {}; } mount(new GitblitParamUrlCodingStrategy(settings, location, clazz, parameters)); mount(new GitblitParamUrlCodingStrategy(settings, xssFilter, location, clazz, parameters)); // map the mount point to the cache control definition if (clazz.isAnnotationPresent(CacheControl.class)) {