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 - Search in the Docs & Support section returns no results
Summary: Search in the Docs & Support section returns no results
Status: VERIFIED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Web Content (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Jan Pirek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-14 21:35 UTC by ytn01
Modified: 2013-12-06 04:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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