Closed
Bug 908564
Opened 12 years ago
Closed 12 years ago
B2G RIL: Always use ChapPap for authType even user select other authType in apn setting.
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 901227
People
(Reporter: edgar, Assigned: edgar)
References
Details
There is a typo in getting auth type from apn setting in RadioInterfaceLayer [1]. The auth type in apnSettings is "authType" instead of "authtype" (Please refer to below log).
============================
08-23 12:42:58.791 198 198 I Gecko : -*- RadioInterface[0]: 'ril.data.apnSettings' is now [[{"apn":"live.vodafone.com","user":"vodafone","password":"vodafone","proxy":"","port":"","authType":"chap","types":["default"]},{"carrier":"Vodafone NL","apn":"live.vodafone.com","user":"vodafone","password":"vodafone","mmsc":"http://mmsc.mms.vodafone.nl","mmsproxy":"192.168.251.150","mmsport":"8799","types":["supl","mms"]}]]
============================
[1] http://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/RadioInterfaceLayer.js#3513
Assignee | ||
Updated•12 years ago
|
Comment 1•12 years ago
|
||
(In reply to Edgar Chen [:edgar][:echen] from comment #0)
> There is a typo in getting auth type from apn setting in RadioInterfaceLayer
> [1]. The auth type in apnSettings is "authType" instead of "authtype"
The typo comes from Gaia. Doesn't the patch of Bug 901227 fix this issue?
Assignee | ||
Comment 2•12 years ago
|
||
(In reply to Ken Chang from comment #1)
> (In reply to Edgar Chen [:edgar][:echen] from comment #0)
> > There is a typo in getting auth type from apn setting in RadioInterfaceLayer
> > [1]. The auth type in apnSettings is "authType" instead of "authtype"
> The typo comes from Gaia. Doesn't the patch of Bug 901227 fix this issue?
Yes, the type comes from Gaia side and bug 901227 fixes this issue.
Thanks for this information. :)
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•