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 - CodeCompletion - Failed download of JavaDoc blocks IDE
Summary: CodeCompletion - Failed download of JavaDoc blocks IDE
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-08 07:04 UTC by theghostdog
Modified: 2017-09-08 07:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Showing the status bar message after that NB is freezing (37.45 KB, image/png)
2017-09-08 07:04 UTC, theghostdog
Details

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

:(