Actions
Improvement #8040
openWindows SyncML object should not be parsed by indexes
Status:
New
Priority:
None
Assignee:
-
Start date:
24/01/2019
Due date:
% Done:
0%
Estimated time:
0:00 h
Device Type:
Windows
Component:
Type:
Description
From Gitlab
------------------------
gitlabId --> 41 https://gitlab.com/entgra/product-iots/-/issues/41
labels --> Device Type: Windows, Type: Improvement,
assignees -->
created_at --> 2019-01-24 21:22:40 IST +0530
updated_at --> 2020-03-25 11:57:27 IST +0530
------------------------
SyncML object has been parsed by XML element indexes (`Node targetNameItem = node.getChildNodes().item(1)`). In case if any new elements are introduced in between, the entire parsing will break. Parsing needs to be done through XML node name and not through indexes.
Actions