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 212947

Summary: Module system does not support UNC paths
Product: platform Reporter: Jesse Glick <jglick>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.2   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 213562    

Description Jesse Glick 2012-05-24 11:31:38 UTC
Unapplied portion of patch in bug #207060 comment #24 appears to correct first problem listed in bug #207060 comment #16: ""URI has an authority component" from java.io.File.<init> in
org.netbeans.JarClassLoader$JarURLStreamHandler.openConnection.

There are probably numerous other problems which we will not find unless and until we replace all calls to File.<init>(URI) and File.toURI with functioning variants, but this is a start.
Comment 1 Jaroslav Tulach 2012-05-28 08:24:33 UTC
ergonomics#ce5445677ab1
Comment 2 Quality Engineering 2012-05-29 05:42:27 UTC
Integrated into 'main-golden', will be available in build *201205290002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ce5445677ab1
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #212947: Using special URI to File conversion when getHost() is specified - helps the UNC case
Comment 3 Jesse Glick 2012-05-29 15:57:42 UTC
Integrated into 7.2, not 7.1 I guess.