Closed Bug 205798 Opened 21 years ago Closed 21 years ago

PAC: Connecting to a cache server, with failover

Categories

(Core :: Networking, defect)

x86
Linux
defect
Not set
blocker

Tracking

()

VERIFIED DUPLICATE of bug 84798

People

(Reporter: stefano.mason, Assigned: darin.moz)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 This sample autoconfiguration script don't work! function FindProxyForURL(url, host) { return "PROXY cache1.domain.example:3128; PROXY cache2.domain.example:3128 DIRECT"; } Reproducible: Always Steps to Reproduce: 1. Request a web page like http://www.google.it. All right 2. Stop cache1.domain.example 3. Request again a web page like http://www.google.it. It doesn't ask to cache2. Actual Results: Connecting to a cache server, with failover doesn't work. Expected Results: After some second mozilla ask to second cache2 the page.
Reporter, proxy-fallback is implemented in Mozilla 1.4b, not in your version. *** This bug has been marked as a duplicate of 84798 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
> return "PROXY cache1.domain.example:3128; PROXY cache2.domain.example:3128 DIRECT"; also, i think you need to have a semicolon between the last 3128 and the DIRECT statement. like this: return "PROXY cache1.domain.example:3128; PROXY cache2.domain.example:3128; DIRECT";
v
Status: RESOLVED → VERIFIED
Component: Networking: HTTP → Networking
QA Contact: httpqa → pacqa
Summary: Connecting to a cache server, with failover → PAC: Connecting to a cache server, with failover
You need to log in before you can comment on or make changes to this bug.