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 255599 - nsProxyAutoConfig.js proxyAlert/myIpAddress/dnsResolve function are broken
Summary: nsProxyAutoConfig.js proxyAlert/myIpAddress/dnsResolve function are broken
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Proxy (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-28 07:20 UTC by dragor
Modified: 2015-09-28 07:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dragor 2015-09-28 07:20:33 UTC
The core.network/external/nsProxyAutoConfig.js script's proxyAlert, myIpAddress, dnsResolve functions are always throw exceptions. 
We patched ProxyAutoConfig file to inject a callback and handle these call under Java side not in the script, but I think it is not the best solution.