Closed
Bug 141898
Opened 23 years ago
Closed 23 years ago
Proxy: ip address is misinterpreted
Categories
(Core :: Networking, enhancement)
Tracking
()
People
(Reporter: benno.flaig, Unassigned)
References
()
Details
see Edit/Preferences/Advanced/Proxies,
if you enter IP address 192.168.59.100 into field "HTTP Proxy", the address is
taken correctly, BUT if you enter IP address 192.168.059.100, the address is
taken wrong by mozilla. In this example, mozilla uses 192.168.49.100 (fourty
nine) instead. Mozilla seems to sensitive to the leading zero.
Comment 1•23 years ago
|
||
Mmmh, this is no localization isue, moving to networking
Component: German-Austria/de-AT → Networking
Product: Browser Localizations → Browser
Version: unspecified → other
Comment 2•23 years ago
|
||
=>default owners of networking
Assignee: kairo → new-network-bugs
QA Contact: Sebastian → benc
The 0xx is being treated as octal, in all likelihood...
Whiteboard: dupeme
Comment 4•23 years ago
|
||
That's what I suspect as well. But it shouldn't, right? One could try to enter a
proxy in octl format and see if that works :)
Reporter | ||
Comment 5•23 years ago
|
||
seems like. but it is not consistent. see my example.
how could 059 be an octal value, where a nine as digit is not defined.
I don't know what that means in octal, but it's being cast into something, see
bug 63117.
benio: please look at the bug I have designated and mark "VERIFIED/DUPE" if you
agree it is the same problem.
*** This bug has been marked as a duplicate of 63117 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Summary: manual proxy configuration ip address is misinterpreted → Proxy: ip address is misinterpreted
Whiteboard: dupeme
benno: if you are stil around, an you see if this problem still happens?
I wasn not sure if you meant that mozilla saves a differen value than you
provided, or if it keeps that value, but opens a connection to the wrong IP address.
Severity: minor → enhancement
You need to log in
before you can comment on or make changes to this bug.
Description
•