Closed Bug 908564 Opened 11 years ago Closed 11 years ago

B2G RIL: Always use ChapPap for authType even user select other authType in apn setting.

Categories

(Core :: DOM: Device Interfaces, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

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
Depends on: 850555, 868934, 842252
(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?
(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. :)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.