Closed
Bug 117460
Opened 24 years ago
Closed 24 years ago
Import of proxy-configuration from NN 4.75 causes error
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 115720
People
(Reporter: c_ohrt, Assigned: racham)
References
()
Details
From Bugzilla Helper:
BuildID: 2001122106
After importing the proxy-configuration from NN 4.75 the settings are wrong and
not changeable any more.
The prefs-line in Netscape Navigator prefs-file reads
user_pref("network.proxy.type", 3);
Having this line in the Mozilla prefs-file will cause an undefined
proxy-configuration. If you could define a valid one there would be no problem.
Unfortunately, Mozilla is not able to change this to valid entry.
Reproducible: Always
Steps to Reproduce:
1. Configure NN 4.75 to "no proxy"
2. Install Mozilla and import NN settings
3. Try to change Mozilla's proxy-settings
Actual Results: Mozilla will not save proxy-preferences.
Expected Results: The best solution would be that Mozilla will correctly import
Netscape Navigator preferences in the first place.
It should at least be possible to correct the invalid entry afterwards.
![]() |
||
Comment 1•24 years ago
|
||
networking? or profile migration?
Assignee: bnesse → neeti
Component: Preferences: Backend → Networking
QA Contact: sairuh → benc
![]() |
||
Comment 2•24 years ago
|
||
This is probably a dupe of, or related to, bug 98234. cc'ing tingley to whom it
is currently assigned.
![]() |
||
Comment 3•24 years ago
|
||
I think this is probably not a dup of bug 98234 (the value of '3' appears to be
the key here, which isn't what's going on in that other, highly confusing, bug.
But if fixing this somehow made that go away, I wouldn't complain.)
Confirming this. It could be fixed either in the migration code (catching the
bad value) or in the network code (nsProtocolProxyService could reset bad type
values to "no proxy" or some other default when it encounters them -- although
this shouldn't ever happen except after profile migration). I'm tempted to send
it to migration, but I don't know the precedent for where the buck stops on this
sort of issue.
[As a side note, there are indications that profile migration for the proxy
stuff is under-loved:
http://bugzilla.mozilla.org/show_bug.cgi?id=82992#c8
http://bugzilla.mozilla.org/show_bug.cgi?id=30387#c29
]
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•24 years ago
|
||
Over to migration. I do not think that every component should be looking for
bad preference values and reseting them.
Assignee: neeti → racham
Component: Networking → Profile Migration
QA Contact: benc → ktrina
*** Bug 114327 has been marked as a duplicate of this bug. ***
![]() |
||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Comment 7•24 years ago
|
||
should be a dupe of bug 115720 )Please reopen if you disafree but don't kill me)
*** This bug has been marked as a duplicate of 115720 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•