proxy-vole icon indicating copy to clipboard operation
proxy-vole copied to clipboard

Proxy Vole is a Java library to auto detect the platform network proxy settings.

Results 32 proxy-vole issues
Sort by recently updated
recently updated
newest added

Hi, I tried the Proxy Vole Tester on Windows 10 (OS_DEFAULT) and it failed to detect my proxy settings (ERROR): ![winproxy-2019-05-16](https://user-images.githubusercontent.com/3409735/57895976-675bd600-781c-11e9-9b62-ab5826810fad.png) But surprisingly, it works if I switch to BROWSER...

I'm getting the below exception while detecting Proxy from PAC file. Currently, we are using the proxy-vole_20120920 jar to detect the proxy from PAC file As per current flow, after...

`com.sun.jna.Pointer#SIZE` is removed in 5.x, but `com.sun.jna.Native#POINTER_SIZE` is present in both.

Corrected wrong interpretation of the return value of the FindProxyForURL function (value with the proxy type 'HTTP'). When FindProxyForURL returned a string with proxy type ”HTTP", the PacProxySelector truncates the...

Judging from the PRs there is already movement away from using nashorn. Adding one more argument, you may want to have a look at https://github.com/javadelight/delight-nashorn-sandbox/issues/73

This PR allows users to extend `PacProxySelector` in order to provide a custom implementation of `PacScriptParser`. This can be useful in scenarios where the standard `PacScriptParser` implementation is not available....

Support for optional Rhino scripting engine PAC evaluation. Nashorn is kept as default.

More options exist these days in Windows API than when proxy-vole was first conceived. I'm wondering whether the time has come to have an additional ProxySelector which outsource *everything* to...

Hi, I'm getting errors when evaluating PAC script. Caused by: jdk.nashorn.internal.runtime.ParserException: :8:2 Expected an operand but found else else return "PROXY proxy:3128"; ^ at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:294) at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:279) It's caused by...