Disable file system preference for Freemarker templates
Previously to this commit, a project that has several classpath locations matching the template path may lead to some of those locations to be ignored if one of them is a directory. This can easily happen if you run your tests in your IDE. This commit changes the default of "preferFileSystemAccess" to false so that the complete classpath is always considered. Closes gh-23051pull/23080/head
parent
0417f949ad
commit
640000c0bb
Loading…
Reference in New Issue