+ ". RemoteAddr: " + request.getRemoteAddr());
} else {
logger.warn("User '" + request.getSession().getAttribute(AttributesManager.PARAM_NAME_LOGIN)
+ "'. " + "Attempt to execute the super command: " + command + ". RemoteAddr: "
+ request.getRemoteAddr());
command = new NoCommand();
} // end isAdminUser
} // end isAdminCommand
logger.info("User '" + request.getSession().getAttribute(AttributesManager.PARAM_NAME_LOGIN) + "'. "
+ "Process incoming request with following command: " + command + ". RemoteAddr: "