Bug 236011 - please review
Milan Kuchtiak <[email protected]> Tue, 17 Sep 2013 11:42:41 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Bug: https://netbeans.org/bugzilla/show_bug.cgi?id=236011 Description: RESTful JavaScript Client wizard in Web/Maven project: wrong JS lib location JavaScript libraries downloaded to project by the wizard are included outside the document root (src/main/webapp) directory, so the libraries are unusable in runtime. Fix: Find the document root and put downloaded JavaScript libraries under this folder. http://hg.netbeans.org/web-main/rev/479ac9934a7d http://hg.netbeans.org/web-main/rev/b73d274a34ff Impact: No risk. The fix can not influence other functionality. Thanks, Milan