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 232384 - java.net.URISyntaxException: Illegal character in path at index 0: {{service.instance.url}}
Summary: java.net.URISyntaxException: Illegal character in path at index 0: {{service....
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-08 12:23 UTC by Marek Fukala
Modified: 2013-07-10 04:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201975


Attachments
stacktrace (860 bytes, text/plain)
2013-07-08 12:23 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2013-07-08 12:23:51 UTC
Build: NetBeans IDE Dev (Build 20130708-5904080787df)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b31
OS: Mac OS X

User Comments:
mfukala: clicked to one of the AJS links containing {{}} expressions




Stacktrace: 
java.net.URISyntaxException: Illegal character in path at index 0: {{service.instance.url}}
   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 org.netbeans.modules.html.angular.AngularCustomAttribute$2.resolveLink(AngularCustomAttribute.java:162)
Comment 1 Marek Fukala 2013-07-08 12:23:52 UTC
Created attachment 136818 [details]
stacktrace
Comment 2 Marek Fukala 2013-07-08 12:43:46 UTC
fixed in web-main#2c6ace88ec1e
Comment 3 Quality Engineering 2013-07-10 04:41:53 UTC
Integrated into 'main-silver', will be available in build *201307100049* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2c6ace88ec1e
User: Marek Fukala <mfukala@netbeans.org>
Log: #232384 - java.net.URISyntaxException: Illegal character in path at index 0: {{service.instance.url}}