this.logInfo("getPassword: There was a password in cache or passwordManager and one on the channel. And they are the same. Going to ask user to provide a new password.");
this.logInfo("getPassword: There was a password in cache or passwordManager and one on the channel. And they are the same. But it is a first pass on an NTLM authentication. Using stored password and going to see if it can be used.");
}
else{
this.logInfo("getPassword: There was a password in cache or passwordManager and one on the channel. And they are the same. Going to ask user to provide a new password.");
this.logInfo("asyncPromptAuthNotifyCallback: This is strange, We do not have this URL '"+aURL+"' in queue");
this.logInfo("asyncPromptAuthNotifyCallback: This is strange, We do not have this URL '"
+aURL+"' in queue");
return;
}
if(this.details[aURL].showing){
this.logInfo("asyncPromptAuthNotifyCallback: Allready showing a prompt or trying to get the password for URL '"+aURL+"'. Not going to try again until the active one has finished.");
this.logInfo("asyncPromptAuthNotifyCallback: Already showing a prompt or trying to get the password for URL '"
+aURL+"'. Not going to try again until the active one has finished.");
return;
}
else{
this.details[aURL].showing=true;
}
if(this.details[aURL].queue.length==0){
this.logInfo("asyncPromptAuthNotifyCallback: This is strange, We do not have a request in queue for URL '"+aURL+"'.");
if(this.details[aURL].queue.length===0){
this.logInfo("asyncPromptAuthNotifyCallback: This is strange, We do not have a request in queue for URL '"
this.logInfo("asyncPromptAuthNotifyCallback: Removed request from queue["+aURL+"]. There are now '"+this.details[aURL].queue.length+"' requests in queue left.");
this.logInfo("asyncPromptAuthNotifyCallback: Removed request from queue["
+aURL+"]. There are now '"
+this.details[aURL].queue.length+"' requests in queue left.");