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 2005/09/20 22:58:16 UTC

svn commit: r290563 - /incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties

Author: snoopdave
Date: Tue Sep 20 13:58:12 2005
New Revision: 290563

URL: http://svn.apache.org/viewcvs?rev=290563&view=rev
Log:
Fixing ROL-767, math authenticator on by default

Modified:
    incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties

Modified: incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties?rev=290563&r1=290562&r2=290563&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties (original)
+++ incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties Tue Sep 20 13:58:12 2005
@@ -154,7 +154,7 @@
 #----------------------------------
 
 # comment settings
-comment.authenticator.classname=org.roller.presentation.velocity.DefaultCommentAuthenticator
+comment.authenticator.classname=org.roller.presentation.velocity.MathCommentAuthenticator
 comment.notification.separateOwnerMessage=false
 comment.notification.hideCommenterAddresses=false