public void t8_testBannedIP() throws IOException, InvalidVersionException,
TimeoutException, LoginFailedException {
BareRPRuleProcessor rp = (BareRPRuleProcessor) BareRPRuleProcessor
.get();
ConnectionValidator conn = rp.getValidator();
conn.addBan("127.0.0.1", "0.0.0.0", 20);
try {
client = new SimpleClient("log4j.properties");
client.connect("localhost", PORT);
client.login("testUsername", "password");