JackieJ / proxy-vole

Automatically exported from code.google.com/p/proxy-vole
0 stars 1 forks source link

ProxySearch using default is giving erroneous proxy #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.We are using the proxy search, its working almost all the time, gives correct 
proxy, including PAC settings.  In one instance its reporting a localhost as 
poxy.  Want to find out what is the default proxy search order to detect proxy. 
 The default browser and windows system do not have any proxy set

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by ssivar...@gmail.com on 16 Oct 2014 at 5:51

GoogleCodeExporter commented 8 years ago
Hi 
Sorry for the very late response.
To find out what proxy is selected and why you can install a logger in proxy 
vole 
with the following code
com.btr.proxy.util.Logger.setBackend(new MyLogger());

With MyLogger implemented to log to the console or do whatever you want.

With this it should be easy to fully understand why localhost is printed.

Original comment by rosstaus...@googlemail.com on 9 Feb 2015 at 9:15