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

Summary: IllegalArgumentException: Invalid characters in hostname
Product: ide Reporter: baldwhiteguy
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223420
Attachments: stacktrace

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 ***