Code: Select all
catch (XMLException xe) {
log.warning("Malformed XML request, MSG: " + msg + "\n From: " + ch.socket().getInetAddress());
log.warning("Disconnecting: " + ch.toString());
ConfigData.inComingDroppedMessages++;
lostConnection(ch);
} The flood is very large and ends up shutting down the server, no one else can enter.