-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
spring-boot 3.3.1, spring-boot 2.3.2, spring-boot 3.0.3, spring-boot 3.1.3, spring-boot 3.2.3
Given:
The Camunda Spring Boot Starter Rest API is used.
When:
- A HTTP Post request is performed that doesn't require a body
- The Content-Type is application/json
Then:
An empty JS object is required '{}', so the Rest API implementation accepts the request.
Expected:
The EmptyBodyFilter is used to convert the null body into a valid empty one acceptable to the implementation.