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 257925 - NodeJS documentation cannot be loaded - invalid URL
Summary: NodeJS documentation cannot be loaded - invalid URL
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-10 15:25 UTC by Vladimir Riha
Modified: 2016-02-12 02:37 UTC (History)
2 users (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 Vladimir Riha 2016-02-10 15:25:03 UTC
IDE tries to download NodeJS documentation from e.g. 

http://nodejs.org/docs/v0.12.9/api/all.json

but this URL is not valid anymore. It looks like they switched to https

https://nodejs.org/docs/v0.12.9/api/all.json


Thank you


Product Version: NetBeans IDE Dev (Build 201602100002)
Java: 1.8.0_45; Java HotSpot(TM) 64-Bit Server VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b14
System: Linux version 3.16.0-30-generic running on amd64; UTF-8; en_US (nb)
Comment 1 Tomas Mysik 2016-02-11 07:09:56 UTC
Great... Will fix it soon.
Comment 2 Tomas Mysik 2016-02-11 13:11:23 UTC
Should be fixed in all node.js URLs. Please verify, thanks.

Jirko, is it too late for Patch1 or not?

Thanks.

http://hg.netbeans.org/web-main/rev/a23cf5b8fd96
Comment 3 Jiri Kovalsky 2016-02-11 13:24:13 UTC
Yes, it's too late for Patch 1. I am sorry Tomáši.
Comment 4 Quality Engineering 2016-02-12 02:37:05 UTC
Integrated into 'main-silver', will be available in build *201602120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a23cf5b8fd96
User: Tomas Mysik <tmysik@netbeans.org>
Log: #257925 - NodeJS documentation cannot be loaded - invalid URL

Use https for all URLs.