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 74359 - Fails to handle certificate.
Summary: Fails to handle certificate.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-04 09:31 UTC by Peter Pis
Modified: 2006-10-23 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
SSLKeyException (1.78 KB, text/plain)
2006-04-04 09:31 UTC, Peter Pis
Details
AssertionError (2.69 KB, text/plain)
2006-04-04 09:36 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2006-04-04 09:31:05 UTC
NetBeans IDE Dev (Build 060403)
1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-b05
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

For "svn collab" sources it fails handle "certificate" in "Checkout" wizard.
Comment 1 Peter Pis 2006-04-04 09:31:38 UTC
Created attachment 29582 [details]
SSLKeyException
Comment 2 Peter Pis 2006-04-04 09:35:44 UTC
Moreover for windows platform, invoking "Checkout" wizard fails with exception
immediately.
Comment 3 Peter Pis 2006-04-04 09:36:17 UTC
Created attachment 29584 [details]
AssertionError
Comment 4 Tomas Stupka 2006-04-04 10:14:27 UTC
- i've tried some https repositories on the web and collabnet is the the only
one giving this Exception
Comment 5 Tomas Stupka 2006-04-18 19:13:38 UTC
fixed.

the problem is that the key retrieved from the server can't be accepted without
the Unlimited Strength Jurisdiction Policy Files for Java.

a popup will apear with an explanation to the user.

Checking in SvnClientExceptionHandler.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/SvnClientExceptionHandler.java,v
 <--  SvnClientExceptionHandler.java
new revision: 1.5; previous revision: 1.4
done
Checking in ExceptionHandler.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/ExceptionHandler.java,v
 <--  ExceptionHandler.java
new revision: 1.14; previous revision: 1.13
done
Checking in SvnClientInvocationHandler.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/SvnClientInvocationHandler.java,v
 <--  SvnClientInvocationHandler.java
new revision: 1.28; previous revision: 1.27
Comment 6 Peter Pis 2006-04-19 09:55:37 UTC
Verified. Please, provide details how to handle it for documentation too.
(F.A.Q., ...)