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 239632 - IllegalArgumentException: Invalid characters in hostname
Summary: IllegalArgumentException: Invalid characters in hostname
Status: RESOLVED DUPLICATE of bug 238843
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-18 22:58 UTC by jag
Modified: 2013-12-19 08:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206129


Attachments
stacktrace (2.68 KB, text/plain)
2013-12-18 22:58 UTC, jag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jag 2013-12-18 22:58:24 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b60, Java(TM) SE Runtime Environment, 1.8.0-ea-b118
OS: Mac OS X

User Comments:
jag: Attempting to do a git-remote-push, fails trying to get remote branch names.  The hostname in the git URL looks totally innocuous and hasn't changed in the NB project in a very long time.  This seems to have started when I last did a netbeans update.




Stacktrace: 
java.lang.IllegalArgumentException: Invalid characters in hostname
   at java.net.HostPortrange.toLowerCase(HostPortrange.java:189)
   at java.net.HostPortrange.<init>(HostPortrange.java:150)
   at java.net.URLPermission$Authority.<init>(URLPermission.java:476)
   at java.net.URLPermission.parseURI(URLPermission.java:446)
   at java.net.URLPermission.init(URLPermission.java:167)
   at java.net.URLPermission.<init>(URLPermission.java:163)
Comment 1 jag 2013-12-18 22:58:25 UTC
Created attachment 143319 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-12-19 08:27:13 UTC

*** This bug has been marked as a duplicate of bug 238843 ***