Fix some cases when trying to import a NetworkPreferences triggered an error message because of an empty initial preference (this did not cause any problem in the import itself)
Regression: Fix the XMLSAXParser throwing an exception when trying to parse a Jar file accessed through http when not reverting to the old reader behavior
The Network preferences XML representation is now serialized in a TreeMap rather than a HashMap, guaranteeing the tree to always be sorted
Last edit: Hervé Girod 2020-09-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fix some cases when trying to import a NetworkPreferences triggered an error message because of an empty initial preference (this did not cause any problem in the import itself)
Regression: Fix the XMLSAXParser throwing an exception when trying to parse a Jar file accessed through http when not reverting to the old reader behavior
The Network preferences XML representation is now serialized in a TreeMap rather than a HashMap, guaranteeing the tree to always be sorted
Last edit: Hervé Girod 2020-09-26