this.log.debug("session id: {}", session == null ? "null" : session.getId());
register(request, response, windowsPrincipal, "FORM", windowsPrincipal.getName(), null);
this.log.info("successfully logged in user: {}", windowsPrincipal.getName());
} finally {
windowsIdentity.dispose();
}
return true;
}