HttpAuthenticatorFactory.BASIC, post
.getURI());
if (authenticator.wantsPrompt()) {
if ( !( defaultAuthenticationPrompt != null ? defaultAuthenticationPrompt.promptForCredentials(false, authenticator) :
getGUI().promptForCredentials(false, authenticator) ) ) {
throw new AuthenticationCancelledException();
}
}
} else if(response.getStatus() == 403) {
if(doPreemptive || ticket != null) {
doPreemptive = false;