sunzhenguo / pacparser

Automatically exported from code.google.com/p/pacparser
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Add support for Microsoft PAC extensions for IPv6 #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hese extensions are used by Google Chrome as well. These extensions include - 
dnsResolveEx, myIpAddressEx and isResolvableEx. 

(There are a few more defined by Microsoft, but not implemented by Google 
Chrome. For detailed list look here - 
http://blogs.msdn.com/b/wndp/archive/2006/07/18/ipv6-wpad-for-winhttp-and-winine
t.aspx)

pacparser and pactester should support these new extension - at least the ones 
supported by Google Chrome. 

Original issue reported on code.google.com by manugarg on 29 Jun 2010 at 7:32

GoogleCodeExporter commented 9 years ago
This file has more information on Google Chrome's implementation of these 
extensions: 
http://src.chromium.org/cgi-bin/gitweb.cgi?p=chromium.git;a=blob_plain;f=net/pro
xy/proxy_resolver_v8.cc;hb=HEAD

Original comment by manugarg on 30 Jun 2010 at 5:40

GoogleCodeExporter commented 9 years ago
Following changes implement this feature:

http://code.google.com/p/pacparser/source/detail?r=f7b600702636fc80f4ac34921ef81
7fbb0de9f5f

http://code.google.com/p/pacparser/source/detail?r=99fb8a04e4341b1a3e1163f81c7b6
8f269cd34f8

Original comment by manugarg on 11 Aug 2010 at 9:21

GoogleCodeExporter commented 9 years ago
This feature has been released in version 1.2.1 (released on Aug 10, 2010).

Original comment by manugarg on 11 Aug 2010 at 9:23