Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-10372

Spring Boot Starter Empty Body Filter covers the Rest API

XMLWordPrintable

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default 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
    • spring-boot

      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.

        This is the controller panel for Smart Panels app

              thorben.lindhauer Thorben Lindhauer
              nikola.koevski Nikola Koevski
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: