Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.19.0
-
None
Description
There was a minor bug in the HTTP Storage Plugin with POST requests. If the `postBody` configuration parameter is null, the plugin throws an NPE.
This PR adds a null check which prevents the NPE.