Comment #21 on issue 2764 by [email protected]: Implement custom PAC support leveraging V8 http://code.google.com/p/chromium/issues/detail?id=2764
> I had the option 'Automatically detect settings' turned on, and also had > 'Use auto configuration script' Ah interesting. Yes, currently "automatically detect settings" is prioritized over "use auto configuration". I will look into this, it does in fact sound like these orders should be reversed (I'll see what IE does). > When it was on, it was showing very odd errors like "PAC-error: > FindProxyForURL() > is undefined." and "PAC-error: line: 9: Uncaught SyntaxError: Unexpected > token <" This is probably expected -- when "automatically detect" settings is turned on, it will try to use the PAC script at "http://wpad/wpad.dat". It sounds like that resource does exist on your network, but is not an javascript file (maybe it is an HTML file?). What happens if you request "http://wpad/wpad.dat" (without any proxy settings). Thanks. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
