fleshing out of the setup wizard

This commit is contained in:
cbeard@chris-beards-computer.local 2007-10-03 18:00:16 -07:00
parent c08da260cd
commit d05e5bd087

View File

@ -1294,6 +1294,7 @@ DAVCollection.prototype = {
// try without the auth header?
// fixme: may want to just fail here
}
this._authProvider._authFailed = false;
let request = this._makeRequest("GET", "", internalHandlers, headers);
request.send(null);
@ -1304,8 +1305,8 @@ DAVCollection.prototype = {
},
_onLogin: function DC__onLogin(event) {
//notice("logged in (" + event.target.status + "):\n" +
// event.target.responseText + "\n");
// dump("logged in (" + event.target.status + "):\n" +
// event.target.responseText + "\n");
if (this._authProvider._authFailed || event.target.status >= 400) {
this._onLoginError(event);