Due to cross-platform constraints, I'm trying to externalize the filter chain in spring security. While it works great when I specify the filter list as a string literal, if I try to use the PropertyPlaceHolderConfigurer to move the filters string out into a properties file, using this code:Due to cross-platform constraints, I'm trying t