aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/resources/org/apache/velocity
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-03-10 13:39:06 +0000
committerClaude Brisson <cbrisson@apache.org>2019-03-10 13:39:06 +0000
commit0f0fce55863b66f4861c6f305dd50d1ffc28c624 (patch)
tree46ae06c9d44792b22645c2dc29bb0e1705b1a17a /velocity-engine-core/src/main/resources/org/apache/velocity
parent0bf63651edf493f2e8d4cc2149391b8b4c130fc9 (diff)
downloadapache-velocity-engine-0f0fce55863b66f4861c6f305dd50d1ffc28c624.tar.gz
[engine][VELOCITY-909] Rename input.encoding to resource.default_encoding
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/branches/VELOCITY-909@1855152 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'velocity-engine-core/src/main/resources/org/apache/velocity')
-rw-r--r--velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties13
1 files changed, 5 insertions, 8 deletions
diff --git a/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties b/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
index 13cb52ef..14f85e4f 100644
--- a/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
+++ b/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
@@ -22,12 +22,6 @@
runtime.log.log_invalid_references = true
# ----------------------------------------------------------------------------
-# T E M P L A T E E N C O D I N G
-# ----------------------------------------------------------------------------
-
-input.encoding=UTF-8
-
-# ----------------------------------------------------------------------------
# Strings interning
# ----------------------------------------------------------------------------
# Set to true to optimize memory, to false to optimize speed
@@ -59,8 +53,9 @@ directive.if.empty_check = true
# is governed.
# ----------------------------------------------------------------------------
-directive.include.output_errormsg_start = <!-- include error :
-directive.include.output_errormsg_end = see error log -->
+# deprecated: if/how errors are displayed is not the concern of the engine, which should throw in all cases
+#directive.include.output_errormsg_start = <!-- include error :
+#directive.include.output_errormsg_end = see error log -->
# ----------------------------------------------------------------------------
# P A R S E P R O P E R T I E S
@@ -91,6 +86,8 @@ context.scope_control.foreach = true
#
# ----------------------------------------------------------------------------
+resource.default_encoding=UTF-8
+
resource.loaders = file
resource.loader.file.description = Velocity File Resource Loader