BillCraven / proxy-vole

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

Log out which URL is failing for PAC reading #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure an invalid URL for PAC in IE
2. Try to use Proxy-Vole
3. Error message is just "Loading script failed."

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

* Better would be to see which actual URL failed to parse.
Therefore please log out the URL at UrlPacScriptSource.getScriptContent() at 
line 57 and host/url at JavaxPacScriptParser.evaluate() at line 120 and URI at 
PacProxySelector.findProxy() at line 115

Original issue reported on code.google.com by Dominik....@gmail.com on 17 Dec 2012 at 12:24

GoogleCodeExporter commented 9 years ago
Hi,
I will improve the logging in case the loading fails.
This is already in the repository and will be shipped with the next version.

Have fun,
- Rossi

Original comment by rosstaus...@googlemail.com on 24 Jan 2013 at 9:58