}
// this bean is in this ApplicationContext so that it can be used in DelegatingFilterProxy
@Bean
public WroManagerFactory wroManagerFactory() {
ConfigurableWroManagerFactory wroManagerFactory = new ConfigurableWroManagerFactory();
wroManagerFactory.setConfigProperties(new Properties() {{
setProperty("debug", environment.getProperty("bundling.enabled"));
setProperty("preProcessors", "cssImport,semicolonAppender,conformColors");
setProperty("postProcessors", "yuiCssMin,googleClosureAdvanced");
setProperty("cacheGzippedContent", "true");
setProperty("hashStrategy", "MD5"); // should drive the naming strategy to fingerprint resource urls - NOT YET WORKING / CONFIGURED CORRECTLY