This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag 
org.apache.sling.scripting.thymeleaf-0.0.2
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git

commit e8d40f4eda267b45aee3e3de4879c6f0b048f605
Author: Oliver Lietz <[email protected]>
AuthorDate: Wed Jun 11 08:29:26 2014 +0000

    SLING-3649 set default pattern for Html5TemplateModeHandler to *.html
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf@1601825
 13f79535-47bb-0310-9956-ffa450edef68
---
 .../thymeleaf/impl/templatemodehandler/Html5TemplateModeHandler.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/scripting/thymeleaf/impl/templatemodehandler/Html5TemplateModeHandler.java
 
b/src/main/java/org/apache/sling/scripting/thymeleaf/impl/templatemodehandler/Html5TemplateModeHandler.java
index 438ce38..8e0ac80 100644
--- 
a/src/main/java/org/apache/sling/scripting/thymeleaf/impl/templatemodehandler/Html5TemplateModeHandler.java
+++ 
b/src/main/java/org/apache/sling/scripting/thymeleaf/impl/templatemodehandler/Html5TemplateModeHandler.java
@@ -46,7 +46,7 @@ public class Html5TemplateModeHandler extends 
AbstractTemplateModeHandler {
 
     public static final String TEMPLATE_MODE_NAME = "HTML5";
 
-    public static final String DEFAULT_PATTERN = "";
+    public static final String DEFAULT_PATTERN = "*.html";
 
     @Property(value = {DEFAULT_PATTERN}, unbounded = PropertyUnbounded.ARRAY)
     public static final String PATTERNS_PARAMETER = 
"org.apache.sling.scripting.thymeleaf.impl.templatemodehandler.Html5TemplateModeHandler.patterns";

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to