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 235977

Summary: Search in the Docs & Support section returns no results
Product: www Reporter: ytn01
Component: Web ContentAssignee: Jan Pirek <jpirek>
Status: VERIFIED FIXED    
Severity: normal CC: mr_lou_d
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
See Also: https://netbeans.org/bugzilla/show_bug.cgi?id=212719
Issue Type: DEFECT Exception Reporter:

Description ytn01 2013-09-14 21:35:36 UTC
Go to the netbans.org site.
Pick the "Docs & Support" section.

Then execute search like "junit" in the search field.

A blank page is returned, that only shows the standard header and footer.
Comment 1 Lou Dasaro 2013-10-21 18:52:09 UTC
"Search: " is broken throughout Netbeans.org, not just Docs and Support. As far as I can tell, searching from any page on any topic returns a blank page with header and footer as previously reported.
Comment 2 Jan Pirek 2013-10-24 13:57:12 UTC
hello, the root cause is that the underlying google custom search loads it's resources from http:// but page itself is on https:// and that is security issue for some browsers and they block such content. Then page displays nothing. I am investigating how to force it to load stuff from google.com over https
Comment 3 Jan Pirek 2013-11-26 10:22:57 UTC
fixed!