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 48931

Summary: Add help ID to authentication dialog
Product: platform Reporter: zikmund <zikmund>
Component: -- Other --Assignee: Jiri Rechtacek <jrechtacek>
Status: CLOSED FIXED    
Severity: blocker CC: geertjan
Priority: P2 Keywords: SIMPLEFIX
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description zikmund 2004-09-13 14:04:01 UTC
Build 200409100847

This help ID was removed as part of issue 44551
fix by Jiri Rechtacek.
There is common user scenario in WebApps which
leads to invocation of authentication dialog for
bundled Tomcat. In such case user is not aware why
authentication is needed and where he can find the
password - associated help page helps a lot (see
issue 47202 - case 2).
Comment 1 zikmund 2004-09-13 14:11:28 UTC
It should be fixed in Beta2.
Comment 2 Jiri Rechtacek 2004-09-13 14:50:51 UTC
Ok, the help Id is set in NbAuthenticator.
Fixed in main trunk.

Checking in src/org/netbeans/core/NbAuthenticator.java;
/cvs/core/src/org/netbeans/core/NbAuthenticator.java,v  <-- 
NbAuthenticator.java
new revision: 1.16; previous revision: 1.15
done

Petr, please could you confirm it works before I'll integrate to beta2
branch? Thanks
Comment 3 zikmund 2004-09-14 12:51:58 UTC
Verified in 200409131800 build. I think this fix is ready for beta2
integration.
Thanks, Jirko.
Comment 4 Jiri Rechtacek 2004-09-14 13:59:16 UTC
Thanks for verification, I merged to release40_bate2 branch.
Checking in core/src/org/netbeans/core/NbAuthenticator.java;
/cvs/core/src/org/netbeans/core/NbAuthenticator.java,v  <-- 
NbAuthenticator.java
new revision: 1.15.4.1; previous revision: 1.15
done
Comment 5 zikmund 2004-09-17 09:24:53 UTC
Verified in build 200409160517 (pre-beta2).