Closed Bug 171464 Opened 22 years ago Closed 8 years ago

Proxy: user_pref("network.proxy.socks_version", 0);

Categories

(Core :: Networking, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: chuajun, Unassigned)

Details

After some change of proxy setting through menu edit->preferences,the later any
changing about proxy setting can't make effect,it still maintain the old
setting.I forget how I make Mozilla enter this status,but the probleam can arise
repeatedly through edit the file "C:/Documents and
Settings/Administrator/Application
Data/Mozilla/Profiles/default/l7rh9q2h.slt/pres.js".
When in worng status,The proxy setting in  "pres.js" is:

... ...
user_pref("network.cookie.cookieBehavior", 0);
user_pref("network.ftp.anonymous_password", "");
user_pref("network.proxy.ftp", "192.168.3.9");
user_pref("network.proxy.ftp_port", 8080);
user_pref("network.proxy.http", "192.168.3.9");
user_pref("network.proxy.http_port", 8080);
user_pref("network.proxy.socks", "192.168.3.59");
user_pref("network.proxy.socks_port", 1080);
user_pref("network.proxy.socks_version", 0);
... ...

Delete the last 3 line ,Mozilla will work correct.
You mean. after changing the values, in the proxy prefs UI, going back doesn't
show the changes?
Confirming. The prefs do not get saved, as long as the last line remains 
user_pref("network.proxy.socks_version", 0);
If the last line is deleted, or changed to 
user_pref("network.proxy.socks_version", 4); then the prefs get saved.

Assignee: new-network-bugs → bnesse
Status: UNCONFIRMED → NEW
Component: Networking → Preferences: Backend
Ever confirmed: true
QA Contact: benc → sairuh
-> networking, no proof this is a backend bug.
+clean-report

Chen Huajun: did you get that value set to zero by using the prefs UI, or by
hacking the prefs.js file by hand?

I suggest you read:

http://www.mozilla.org/catalog/end-user/customizing/briefprefs.html
Assignee: bnesse → dougt
Component: Preferences: Backend → Networking
Keywords: clean-report
QA Contact: sairuh → benc
Summary: proxy setting can't make effect → Proxy: user_pref("network.proxy.socks_version", 0);
.
Assignee: dougt → darin
Target Milestone: --- → Future
I just use the prefs UI
You initial description suggested you were editing prefs.js. You should edit
user.js instead (it will avoid possible problems like this).

Maybe we need some better checking for the version number?
-> default owner
Assignee: darin → nobody
QA Contact: benc → networking
Target Milestone: Future → ---
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.