nbubna 2003/03/06 19:28:20
Modified: src/java/org/apache/velocity/tools/view/servlet
VelocityViewServlet.java
Log:
for symmetry and namespace protection, make the toolbox param-name key
'org.apache.velocity.toolbox'
Revision Changes Path
1.3 +3 -2
jakarta-velocity-tools/src/java/org/apache/velocity/tools/view/servlet/VelocityViewServlet.java
Index: VelocityViewServlet.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity-tools/src/java/org/apache/velocity/tools/view/servlet/VelocityViewServlet.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VelocityViewServlet.java 7 Mar 2003 03:24:39 -0000 1.2
+++ VelocityViewServlet.java 7 Mar 2003 03:28:20 -0000 1.3
@@ -177,7 +177,8 @@
* Key used to access the toolbox configuration file path from the
* Servlet or webapp init parameters.
*/
- protected static final String TOOLBOX_KEY = "toolbox";
+ protected static final String TOOLBOX_KEY =
+ "org.apache.velocity.toolbox";
/**
* This is the string that is looked for when getInitParameter is
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]