James Moger
2014-09-08 bf68143bda275e31dd22ee2268621bb0e0541a72
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)) {