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 271447

Summary: CodeCompletion - Failed download of JavaDoc blocks IDE
Product: editor Reporter: theghostdog <theghostdog>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Showing the status bar message after that NB is freezing

Description theghostdog 2017-09-08 07:04:02 UTC
Created attachment 165105 [details]
Showing the status bar message after that NB is freezing

Hello,

I'm trying to run NB in a corporate environment. If you access a secure internet page, the corporate Security proxy will break the connection to check the downloads and so on. A lots of apps and browsers have also trouble with this silly setup but I'm not able to change this. 

However, editing for example an Java file and invoke the code completion, NB tries to download the JAVA doc from the web. The web proxy behaves in general in one of two cases:

1) it returns a uncripted page (no ssl) or an encrypted page with the wrong certificate (and also a bad one)
2) it returns an error page to the user

I don't not how the system works in the described situation, however in the result: NB is blocking for eternity with showing the Downloading JavaDoc Prompt in the status bar. 

:(