( "commonServlet.dateFormat", "MMM d yyyy, hh:mm:ss z" );
this.dateFmt =
new SimpleDateFormat( dateFormatStr );
this.bugFmt = new BugFormatter( this.dbConfig, this.dateFmt );
this.reportFmt = new ReportFormatter( this.dbConfig, this.dateFmt );
String transportProtocol =
this.dbConfig.getProperty
( "commonServlet.mailTransport", "smtp" );