On 08/16/2011 09:26 AM, [email protected] wrote:
log.debug("UserPrincipal "+ user);
if(username==null&& user!=null) {
username = user.getName();
password = "";
}
Being as I am new to this project, the reason for that may be obvious
but, why is an empty value being assigned to the password variable in
there?
Hi Jose, I'm probably missing something really basic here, but why is username null? --Tom
