Description
RestControllerHelper#getObligationIdsFromRequestWithValueTrue(...) may throw a NullPointerException when the request body map contains a key with a null Boolean value.
Currently the filter uses:
reqBodyMap.getValue().equals(true)
//If getValue() returns null, this causes an NPE.
Description
RestControllerHelper#getObligationIdsFromRequestWithValueTrue(...)may throw aNullPointerExceptionwhen the request body map contains a key with anullBoolean value.Currently the filter uses: