This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 226796

Summary: Overly aggressive rejection of logins after failed attempt
Product: connecteddeveloper Reporter: Jesse Glick <jglick>
Component: HudsonAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED FIXED    
Severity: normal Keywords: NETFIX, PATCH_AVAILABLE
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Proposed patch

Description Jesse Glick 2013-02-27 15:11:47 UTC
If you enter the incorrect password or API token for a server, NB remembers the login failure and does not prompt you for a login again. That is fine if the login dialog was shown passively—probably you do not want to be bugged by this dialog over and over if you actually have no login—but bad if you really meant to login and want to try again.
Comment 1 Jesse Glick 2013-02-27 15:16:26 UTC
Created attachment 131972 [details]
Proposed patch
Comment 2 Jaroslav Havlin 2013-02-28 10:38:36 UTC
The patch seems good.
I've increased specification version and integrated it:
http://hg.netbeans.org/core-main/rev/60359b5cc90f
Thank you, Jesse.
Comment 3 Quality Engineering 2013-03-01 01:59:58 UTC
Integrated into 'main-golden', will be available in build *201302282300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/60359b5cc90f
User: Jesse Glick <jglick@netbeans.org>
Log: #226796: introduced ConnectionBuilder.clearRejectedAuthentication.