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 252233 - java.net.URISyntaxException: Illegal character in path at index 0: ^
Summary: java.net.URISyntaxException: Illegal character in path at index 0: ^
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: RequireJS (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-04 15:15 UTC by Roman Svitanic
Modified: 2015-05-06 02:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217108


Attachments
stacktrace (2.93 KB, text/plain)
2015-05-04 15:15 UTC, Roman Svitanic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Svitanic 2015-05-04 15:15:47 UTC
This issue was reported manually by rsvitanic.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20150429-dbfa5313bcfb)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: Mac OS X

User Comments:
rsvitanic: typed var x = require('^/')




Stacktrace: 
java.net.URISyntaxException: Illegal character in path at index 0: ^
   at java.net.URI$Parser.fail(URI.java:2829)
   at java.net.URI$Parser.checkChars(URI.java:3002)
   at java.net.URI$Parser.parseHierarchical(URI.java:3086)
   at java.net.URI$Parser.parse(URI.java:3044)
   at java.net.URI.<init>(URI.java:595)
   at java.net.URI.create(URI.java:857)
Comment 1 Roman Svitanic 2015-05-04 15:15:49 UTC
Created attachment 153517 [details]
stacktrace
Comment 2 Roman Svitanic 2015-05-05 11:25:43 UTC
Changeset: 1322edd8f1eb
Author:    Roman Svitanic <rsvitanic@netbeans.org>
Date:      2015-05-05 13:25
Message:   #252233: URISyntaxException: Illegal character in path at index 0 (in RequireJS) - fixed
Comment 3 Quality Engineering 2015-05-06 02:55:23 UTC
Integrated into 'main-silver', will be available in build *201505060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1322edd8f1eb
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #252233: URISyntaxException: Illegal character in path at index 0 (in RequireJS) - fixed
Task #252233 - java.net.URISyntaxException: Illegal character in path at index 0: ^