Closed
Bug 607262
Opened 15 years ago
Closed 14 years ago
Failure to load PAC file
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mozilla-bugzilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b6) Gecko/20100101 Firefox/4.0b6
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b6) Gecko/20100101 Firefox/4.0b6
If I configure a location of a PAC file for automatic proxy configuration it fails to load. This causes the browser to attempt to contact websites directly instead of via a proxy.
I have used WireShark to ascertain if the file was ever loaded or if it was purely not parsed properly, and I can confirm that the file was never loaded in the first place (it does work in Firefox 3.x, IE7, IE8).
The file is located on a fileserver and so is addressed in the format:
file:////fileserver/share/pacfile.pac
Reproducible: Always
Steps to Reproduce:
1. Configure use of a pac file for auto proxy configuration
2. Start Firefox
3. Attempt to browse to any site
Actual Results:
A DNS request is sent out (confirmed via wireshark) and firefox attempts to connect to sites directly. If no direct access is available (i.e. access via proxy only) then this will eventually time out.
Expected Results:
A website should successfully load.
Comment 1•15 years ago
|
||
You are missing one "/" -> file://///server/share/file.pac
Updated•15 years ago
|
Version: unspecified → Trunk
Comment 2•14 years ago
|
||
Reporter -> Are you still experiencing this issue with the latest version of Firefox 5? Does the issue occur with the latest nightly? http://nightly.mozilla.org/
Comment 3•14 years ago
|
||
Closing bug as Incomplete - if you are still experiencing this issue or have more information to provide feel free to post back here and we can re-open the bug. You can also get assistance by visiting the Firefox help site -> http://support.mozilla.com/en-US/kb/Ask+a+question
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•