Just spotted this duplicate code in AccessLogValve:
661: if (!dateStamp.equals(tsDate)) {
662: if (!dateStamp.equals(tsDate)) {Not sure this double-checked looking offers any benefit ;-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
