Log out which URL is failing for PAC reading
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
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
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
- Changed state: Accepted
- Added labels: Priority-Low, Type-Enhancement
- Removed labels: Priority-Medium, Type-Defect