You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the class FileInfoVisitor of the configuration server, the first line of a configuration file will be converted into a Map representing a Json object. In case a valid JSON object is present in the first comment line but without an element with key type, a NPE will occure:
In the class
FileInfoVisitor
of the configuration server, the first line of a configuration file will be converted into a Map representing a Json object. In case a valid JSON object is present in the first comment line but without an element with keytype
, a NPE will occure:inspectit-ocelot/components/inspectit-ocelot-configurationserver/src/main/java/rocks/inspectit/ocelot/file/FileInfoVisitor.java
Line 112 in 2de4921
It has to be verified, that the element exist before invoking methods on it.
The text was updated successfully, but these errors were encountered: