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 247731

Summary: NullPointerException at org.netbeans.core.network.proxy.ProxyAutoConfig.normalizePAC
Product: platform Reporter: david.ritchie
Component: ProxyAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212499
Attachments: stacktrace

Description david.ritchie 2014-10-06 13:42:03 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
david.ritchie: Trying to set the proxy on the proxy screen




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.network.proxy.ProxyAutoConfig.normalizePAC(ProxyAutoConfig.java:330)
   at org.netbeans.core.network.proxy.ProxyAutoConfig.<init>(ProxyAutoConfig.java:98)
   at org.netbeans.core.network.proxy.ProxyAutoConfig.get(ProxyAutoConfig.java:82)
   at org.netbeans.core.network.proxy.NbProxySelector.select(NbProxySelector.java:173)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:925)
   at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
Comment 1 david.ritchie 2014-10-06 13:42:05 UTC
Created attachment 149741 [details]
stacktrace