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 218971

Summary: Issues with relative path for generated HTML file
Product: web Reporter: Denis Anisimov <ads>
Component: Web Services ClientAssignee: Denis Anisimov <ads>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description Denis Anisimov 2012-09-25 12:19:15 UTC
To reproduce:
- Create HTML 5 client project
- Invoke RESTful JS client wizard.
- Select "Add Backbone.js" checkbox, choose REST service from some web project.
- Go to HTML file page and write target folder somewhere inside "public_html" 
( f.e. "public_html/a" ).
- Finish the wizard.
Generated HTML file contains "null" values for locally stored JS libraries.
It is a consequence of inability to determine relative paths correctly.
Comment 1 Denis Anisimov 2012-09-26 07:29:53 UTC
web-main#9518624a7dfb
Comment 2 Quality Engineering 2012-10-01 12:03:38 UTC
Integrated into 'main-golden', will be available in build *201210010929* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9518624a7dfb
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#218971 - Issues with relative path for generated HTML file