Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
ipojo-runtime-1.12.1
-
None
-
None
Description
this snippet in notifyListeners(Map<String, Object> map)
...
for (String k : map.keySet()) {
if (! map.get(k).equals(m_lastConfiguration.get(k)))
}
...
if map contains null value, a NPE will be thrown.
For example, fileinstall injects a config file without some property, a null pointer will cause this exception.