log.warn("Received response code " + serverResponse.getStatusCode() +
" and the response string didn't contain </User>. " +
"The user is probably not authenticated for " + domainProject);
}
} catch (UnsupportedEncodingException e) {
throw new IllegalStateRestException(e, "UTF-8 not supported.");
}
return false;
}