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 82902

Summary: "Authentication failed" dialog shouldn't show up from "Checkout" wizard.
Product: versioncontrol Reporter: Peter Pis <ppis>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Pis 2006-08-17 13:16:37 UTC
Product Version         = NetBeans 5.5 Dev (Build 200608140000)
Operating System        = Windows XP version 5.1 running on x86
Java; VM; Vendor; Home  = 1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b95; Sun
Microsystems Inc.; d:\Java\jdk1.6.0

Steps:
1. Invoke "Checkout" wizard.
2. Enter invalid "Repository URL" and push "Next" button.
3. "Authentication failed" dialog shows up. 

But in this case it's incorrect behavior and the there should be printed only
information about that proper error and user should be focused again for the 1st
step of "Checkout" wizard.
Comment 1 Tomas Stupka 2006-08-17 14:52:56 UTC
fixed in trunk

Checking in SvnClientExceptionHandler.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/SvnClientExceptionHandler.java,v
 <--  SvnClientExceptionHandler.java
new revision: 1.22; previous revision: 1.21
done
Comment 2 Peter Pis 2006-08-25 07:49:08 UTC
Verified in trunk. Please fix into release55 too.
Comment 3 Tomas Stupka 2006-08-28 13:08:38 UTC
merged into 5.5

Checking in SvnClientExceptionHandler.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/SvnClientExceptionHandler.java,v
 <--  SvnClientExceptionHandler.java
new revision: 1.11.4.10; previous revision: 1.11.4.9
Comment 4 Peter Pis 2006-09-04 15:58:25 UTC
Verified.