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 - Overly aggressive rejection of logins after failed attempt
Summary: Overly aggressive rejection of logins after failed attempt
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: NETFIX, PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2013-02-27 15:11 UTC by Jesse Glick
Modified: 2013-03-01 01:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed patch (2.68 KB, patch)
2013-02-27 15:16 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.