mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +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 */
|
/** 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";
|
||||||
|
|||||||
Reference in New Issue
Block a user