Bug ID | 1174149 |
---|---|
Summary | XML parser behavior changed with empty maps |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Major |
Priority | P5 - None |
Component | AutoYaST |
Assignee | yast2-maintainers@suse.de |
Reporter | schubi@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
In the general section of an AY configuration file the "old" XML parser generates the entry <signature-handling/> for an empty map. The "new" parser returns an empty string while parsing this entry. The "old" parser has returned nil for this empty map. We have to adapt all cases where empty maps will be handled.