Closed
Bug 1061448
Opened 11 years ago
Closed 11 years ago
password, proxy and proxy port fields are not inluded in APN details
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(blocking-b2g:2.1+, b2g-v2.1 verified, b2g-v2.2 verified)
People
(Reporter: brg, Assigned: arthurcc)
References
()
Details
Attachments
(4 files)
Tested with today master(2.1) Flame, Gecko-2fbbb04.Gaia-59bd661, the fields:
- Password
- HTTP proxy host
- HTTP proxy port
are in blank while they should have the some values. see the screenshot of the issue.
The suitable values according to [1] are:
- Password: telefonica
- HTTP proxy host: 10.138.255.133
- HTTP proxy port: 8080
[1]https://github.com/mozilla-b2g/gaia/blob/master/shared/resources/apn.json#L195
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → arthur.chen
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•11 years ago
|
||
EJ, could you help check this simple patch? Thanks.
Attachment #8483281 -
Flags: review?(ejchen)
Assignee | ||
Comment 2•11 years ago
|
||
[Blocking Requested - why for this release]: The issue prevents users from using correct APN settings.
blocking-b2g: --- → 2.1?
Comment 3•11 years ago
|
||
Comment on attachment 8483281 [details]
link to https://github.com/mozilla-b2g/gaia/pull/23660
Thanks for fixing this problem and we all didn't notice that !
r+
Attachment #8483281 -
Flags: review?(ejchen) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Thanks!
master: 35698d531c540526d53180a4057f4d53e8a0f126
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8483281 [details]
link to https://github.com/mozilla-b2g/gaia/pull/23660
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): Bug 1032629
[User impact] if declined: This is a critical bug. APN settings will not be set correctly
[Testing completed]: Manual and unit tests completed.
[Risk to taking this patch] (and alternatives if risky): Low
[String changes made]: None
Attachment #8483281 -
Flags: approval-gaia-v2.1?
Comment 7•11 years ago
|
||
I have tested it using a Flame master (Gecko d48269b ,Gaia 3a15400) and it works properly.
When i select a APN profile from the APN list, i can see the value of the fields password, HTTP proxy host
and HTTP proxy port.
I add a screenshot to ilustrate it.
Comment 8•11 years ago
|
||
Updated•11 years ago
|
Updated•11 years ago
|
Attachment #8483281 -
Flags: approval-gaia-v2.1? → approval-gaia-v2.1+
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
I have tested it with flame 2.1 (Gecko-f816f7e Gaia-c7b55ed)and i can see the value of the fields password, HTTP proxy host and HTTP proxy port .
I add a screenshot to ilustrate it.
Comment 11•11 years ago
|
||
Reporter | ||
Comment 12•11 years ago
|
||
Bug marked as verified. Thank you all for fixing it!
Status: RESOLVED → VERIFIED
Comment 13•11 years ago
|
||
refer to comment 7, mark as 2.2 verified
You need to log in
before you can comment on or make changes to this bug.
Description
•