You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2015/02/08 15:34:46 UTC

svn commit: r1658177 - /roller/trunk/app/src/main/webapp/WEB-INF/velocity.properties

Author: snoopdave
Date: Sun Feb  8 14:34:46 2015
New Revision: 1658177

URL: http://svn.apache.org/r1658177
Log:
Use Velocity secure uberinspector

Modified:
    roller/trunk/app/src/main/webapp/WEB-INF/velocity.properties

Modified: roller/trunk/app/src/main/webapp/WEB-INF/velocity.properties
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/velocity.properties?rev=1658177&r1=1658176&r2=1658177&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/velocity.properties (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/velocity.properties Sun Feb  8 14:34:46 2015
@@ -68,3 +68,6 @@ velocimacro.permissions.allow.inline.loc
 input.encoding=UTF-8
 output.encoding=UTF-8
 default.contentType=text/html; charset=utf-8
+
+runtime.introspector.uberspect=org.apache.velocity.util.introspection.SecureUberspector
+