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 245214

Summary: wrong connector on java.net access locks user
Product: connecteddeveloper Reporter: Tomas Stupka <tstupka>
Component: JiraAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: 8.0   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description Tomas Stupka 2014-06-24 10:24:44 UTC
Product Version = NetBeans IDE Dev (Build 20140623-4e1821d19552)
Operating System = Mac OS X version 10.9.3 running on x86_64
Java; VM; Vendor = 1.7.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.51-b03

- select xml-rpc jira connector
- try to access a jira project on java.net

even though the ide tries to access the server with correct credentials, but with a wrong server, the user is locked and has to be unlocked via the java.net web login _+ captcha mechanism.

problems:
- from the resulting error message it isn't obvious what the user has to do 
- when accessing java.net or kenai.com we should be default warn the user that the connector is wrong and suggest a change of the settings ...
Comment 1 Tomas Stupka 2014-06-24 15:28:35 UTC
fixed in core-main #ae357844bdbb
Comment 2 Quality Engineering 2014-06-25 02:31:13 UTC
Integrated into 'main-silver', will be available in build *201406250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ae357844bdbb
User: Tomas Stupka <tstupka@netbeans.org>
Log: split maven.indexer into desktop (swing, awt) dependent (maven.indexer.ui) and independent (maven.indexer) modules
Issue #245214 - wrong connector on java.net access locks user