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 59123 - Confirm certificate window is not user friendly
Summary: Confirm certificate window is not user friendly
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-20 14:35 UTC by Alexander Kouznetsov
Modified: 2006-06-01 12:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (137.64 KB, image/gif)
2005-05-20 14:37 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2005-05-20 14:35:37 UTC
Steps to reproduce:
- To reproduce it you need local and remote Application Server
- Right-click Servers node in Runtime tab and select Add Server
- Specify all the parameters of remote Application Server Instance
- Try to expand created server node
- RESULT: Confirm Certificate window is shown. Sometimes its width exceeds vastly screen width. See attached screenshot as example. Although it is created with JSE 8, I've checked that this issue is reproducible with NetBeans 4.1 RC2

This issue is not 100% reproducible, it depends on the format of certificate given. Sometimes its modulus is splitted into groups with spaces. In this case Confirm Certificate window has acceptable width.
Comment 1 Alexander Kouznetsov 2005-05-20 14:37:14 UTC
Created attachment 22223 [details]
Screenshot
Comment 2 Sherold Dev 2005-05-23 14:09:52 UTC
Moving to sunappserv.
Comment 3 _ ludo 2005-10-13 19:52:33 UTC
almost done.
Comment 4 _ ludo 2005-10-14 01:58:18 UTC
fix with
cvs commit -m "Fix for http://www.netbeans.org/issues/show_bug.cgi?id=59123\n
Confirm certificat..." -- AcceptCertificate.java AppServerBridge.java
Bundle.properties CertificatePanel.form CertificatePanel.java
X509TrustManager.java (in directory
C:\acvs\nb_all\serverplugins\sun\appsrvbridge\src\org\netbeans\modules\j2ee\sun\bridge\)
RCS file:
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/bridge/AcceptCertificate.java,v
done
Checking in AcceptCertificate.java;
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/bridge/AcceptCertificate.java,v
 <--  AcceptCertificate.java
initial revision: 1.1
done
Checking in AppServerBridge.java;
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/bridge/AppServerBridge.java,v
 <--  AppServerBridge.java
new revision: 1.3; previous revision: 1.2
done
RCS file:
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/bridge/Bundle.properties,v
done
Checking in Bundle.properties;
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/bridge/Bundle.properties,v
 <--  Bundle.properties
initial revision: 1.1
done
RCS file:
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/bridge/CertificatePanel.form,v
done
Checking in CertificatePanel.form;
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/bridge/CertificatePanel.form,v
 <--  CertificatePanel.form
initial revision: 1.1
done
RCS file:
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/bridge/CertificatePanel.java,v
done
Checking in CertificatePanel.java;
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/bridge/CertificatePanel.java,v
 <--  CertificatePanel.java
initial revision: 1.1
done
Checking in X509TrustManager.java;
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/bridge/X509TrustManager.java,v
 <--  X509TrustManager.java
new revision: 1.2; previous revision: 1.1
done
Comment 5 _ ludo 2005-10-14 01:58:35 UTC
f
Comment 6 Alexander Kouznetsov 2006-06-01 12:47:32 UTC
Closed without verification