[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug 1068] Transparent Proxy / Auto-Config File (PAC)



http://bugs.skolelinux.no/show_bug.cgi?id=1068

rgx@gmx.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From rgx@gmx.de  2008-01-09 19:45 -------
I dare reopen this bug, because there is an error with wpad & firefox. 
The wpad script needs to be improved in order to stop firefox from jerking 
whenever you open an unknown domain. This behaviour is very well described at
https://bugzilla.mozilla.org/show_bug.cgi?id=235853  - check comment #43 to get 
an idea how to fix this:

Sascha Schmidt   2007-06-19 07:42:43 PST

I really found a workaround for this problem:

Use your wpad.pac file like this:

function FindProxyForURL(url, host)
{
   if (isResolvable(host)
   {
       <... your stuff ...>
   } else
      return "DIRECT";
}

This works for me... 





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Reply to: