mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
move templates to a secured directory
This commit is contained in:
@@ -66,7 +66,7 @@ public class FreemarkerTemplateProvider implements ViewProcessor<String>
|
||||
{
|
||||
|
||||
/** Field description */
|
||||
public static final String DIRECTORY_TEMPLATES = "/";
|
||||
public static final String DIRECTORY_TEMPLATES = "/WEB-INF/ftl";
|
||||
|
||||
/** Field description */
|
||||
private static final String EXTENSION = ".html";
|
||||
|
||||
Reference in New Issue
Block a user