Skip to content

Commit

Permalink
fix the initialization of the filter for client version control.
Browse files Browse the repository at this point in the history
  • Loading branch information
andponlin committed Feb 15, 2018
1 parent 2f24b7a commit f2dd202
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -49,11 +49,7 @@ public void onStartup(ServletContext servletContext) {
registerSpringFilter(servletContext, "authenticationFilter", "/*");
registerSpringFilter(servletContext, "loggingFilter", "/*");
registerSpringFilter(servletContext, "singlePageTemplateFrequencyMetricsFilter", "/__js/app/*");
registerSpringFilter(servletContext, "desktopApplicationMinimumVersionFilter",
"/__api/*",
"/__repository/all*",
"/__pkg/all*",
"/__pkgicon/all*");
registerSpringFilter(servletContext, "desktopApplicationMinimumVersionFilter", "/*");

// would be nice to add the error handler here, but this not possible in this
// mechanism right now evidently.
Expand Down

0 comments on commit f2dd202

Please sign in to comment.