Skip to content

Commit

Permalink
deployment mode
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 28, 2017
1 parent c13a111 commit 98296e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -123,7 +123,7 @@ public FilterRegistrationBean wicket() {
registration.setDispatcherTypes(DispatcherType.REQUEST, DispatcherType.ERROR);
registration.addUrlPatterns("/*");
registration.addInitParameter(WicketFilter.FILTER_MAPPING_PARAM, "/*");
registration.addInitParameter(Application.CONFIGURATION, "development"); // development
registration.addInitParameter(Application.CONFIGURATION, "deployment"); // development
registration.addInitParameter("applicationBean", "midpointApplication");
registration.addInitParameter(WicketFilter.APP_FACT_PARAM, "org.apache.wicket.spring.SpringWebApplicationFactory");

Expand Down

0 comments on commit 98296e4

Please sign in to comment.