move templates to a secured directory

This commit is contained in:
Sebastian Sdorra
2013-01-05 11:37:43 +01:00
parent b28e29904a
commit 4004675b4d
5 changed files with 1 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ public class FreemarkerTemplateProvider implements ViewProcessor<String>
{ {
/** Field description */ /** Field description */
public static final String DIRECTORY_TEMPLATES = "/"; public static final String DIRECTORY_TEMPLATES = "/WEB-INF/ftl";
/** Field description */ /** Field description */
private static final String EXTENSION = ".html"; private static final String EXTENSION = ".html";