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 258756 - IllegalArgumentException: Invalid characters in hostname
Summary: IllegalArgumentException: Invalid characters in hostname
Status: RESOLVED DUPLICATE of bug 238843
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-10 03:39 UTC by baldwhiteguy
Modified: 2016-04-21 22:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223420


Attachments
stacktrace (1.38 KB, text/plain)
2016-04-10 03:39 UTC, baldwhiteguy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description baldwhiteguy 2016-04-10 03:39:14 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
baldwhiteguy: Unsure why the Invalue characters in hostname appears.
URL as follows:
http://local.php_projects/bs_datagrid/index.php




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:481)
   at java.net.URLPermission.parseURI(URLPermission.java:449)
   at java.net.URLPermission.init(URLPermission.java:170)
   at java.net.URLPermission.<init>(URLPermission.java:166)
Comment 1 baldwhiteguy 2016-04-10 03:39:16 UTC
Created attachment 159190 [details]
stacktrace
Comment 2 Jiri Prox 2016-04-21 22:38:49 UTC

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