Closed
Bug 205672
Opened 23 years ago
Closed 23 years ago
PAC: now it has just stopped working (in 1.4b)
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 205514
People
(Reporter: agatta, Unassigned)
References
Details
Attachments
(1 file)
|
32.07 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507
If I use "Automatic proxy configuration" it doesn't work, before this new
release I haven't get any kind of problems...
The error message is :
The operation timed out when attempting to cantact www.foo.com
Reproducible: Always
Steps to Reproduce:
1. Upgrade to Mozilla 1.4b from 1.3b
2. Test with reported bug
3. Recreate a new profile
4. Same problem
5. Test with manual proxy
6. OK ... Is good
7. Downgrade from previouse release (1.3b)
8. Test ... OK
9. Return to 1.4b for other testing
Automatic proxy configuration URL example :
http://foo.it/abc/foonet.pac
foonet.pac example (foonet.pac is more complex):
function FindProxyForURL(url, host){
if(isInNet(myIpAddress(),"10.2.12.0","255.255.252.0") ||
isInNet(myIpAddress(),"10.22.12.0","255.255.252.0") ||
isInNet(myIpAddress(),"10.22.80.0","255.255.240.0")){
return "PROXY 10.22.81.4:8080;" +
"PROXY 10.22.24.187:8080;" +
"PROXY 10.21.8.17:8080";
}
Comment 1•23 years ago
|
||
Reporter:
Please do this :
open a commandline window and cd to your mozilla directory.
(cd \programms\mozilla.org\mozilla )
after that do this:
"dir /s >c:\dir.txt"
Please attach (via the "create new attachment link") the text-file c:\dir.txt
(with the directory listing) to this bug.
Thanks !
| Reporter | ||
Comment 2•23 years ago
|
||
Matti request...
Comment 3•23 years ago
|
||
Thanks for the listing !
Can you now please do this :
Delete this 2 files while Mozilla isn't running :
C:\Program Files\mozilla.org\Mozilla
12/03/2003 13.57 12.464 ISimpleDOMDocumentMarshal.dll
12/03/2003 13.57 20.384 ISimpleDOMNodeMarshal.dll
If PAC still doesn't work try this :
uninstall Mozilla, delete the whole Mozilla directory (except the Plugins
subdirectory) and reinstall Mozilla
| Reporter | ||
Comment 4•23 years ago
|
||
First of all I've tried to delete the files...
Then the second choice, remove Mozilla and reinstall it, now it work properly.
I think that there is a problem on the new installer, is it possible?
Thanks a lot !!!
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
yes, it's a installer bug.
this would be "worksforme" for a single report of this and it it's an installer
bug if we get frequent bug reports of this.
But it's never fixed without an attached patch (changed source-code)
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Comment 6•23 years ago
|
||
I asked you for the file listing because we need more informations about this
but they found already the reason for this in bug 205514.
marking as dupe of bug 205514
*** This bug has been marked as a duplicate of 205514 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Comment 7•23 years ago
|
||
*** Bug 206485 has been marked as a duplicate of this bug. ***
Comment 8•23 years ago
|
||
*** Bug 205402 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: Browser → Seamonkey
V/dupe.
Status: RESOLVED → VERIFIED
Component: General → Networking
Product: Mozilla Application Suite → Core
QA Contact: general → benc
Summary: "automatic proxy configuration" now it has just stopped working at all. → PAC: now it has just stopped working (in 1.4b)
You need to log in
before you can comment on or make changes to this bug.
Description
•