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