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 - "Authentication failed" dialog shouldn't show up from "Checkout" wizard.
Summary: "Authentication failed" dialog shouldn't show up from "Checkout" wizard.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 13:16 UTC by Peter Pis
Modified: 2006-09-04 15:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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