log.error(e);
this.authenticator = new DefaultCommentAuthenticator();
}
// instantiate a comment validation manager for comment spam checking
commentValidationManager = new CommentValidationManager();
// instantiate a comment format manager for comment formatting
String fmtrs = WebloggerConfig.getProperty("comment.formatter.classnames");
String[] formatters = Utilities.stringToStringArray(fmtrs, ",");