Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 18511 by camille.huot: PAC Proxy domaindnsis() function doesn't  
return the correct path
http://code.google.com/p/chromium/issues/detail?id=18511

Chrome Version       : 2.0.172.33
URLs (if applicable) :
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 4:
   Firefox 3.x: OK
          IE 7:
          IE 8:
          IE 6: OK

What steps will reproduce the problem?

1. Be at work behind a web proxy to go out to the Internet.

2. Use a PAC proxy configuration with the following setup:
if (dnsDomainIs(host, ".ad")) { return "DIRECT"; }
else { return "PROXY 1.2.3.4:8008; PROXY 5.6.7.8:8008"; }

3. Go to the URL: www.adobe.com

What is the expected result?

www.adobe.com isn't a subdomain of .ad, so Chrome should use the proxy.

What happens instead?

www.adobe.com does contain ".ad" so Chrome tries DIRECT and fails.

Please provide any additional information below. Attach a screenshot if
possible.


--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to