context.sendResponse("501 Authentication canceled by client.");
return;
}
StringBuilder response = new StringBuilder();
boolean finished = msgHandler.auth(commandString, response, context);
context.getSession().setAuthenticating(!finished);
if (!finished)
{