rkonovalov / jfilter

JFilter library for filtering REST Spring Web Service type application responses.
https://rkonovalov.github.io/projects/jfilter/1.0.17/
Apache License 2.0
65 stars 18 forks source link

filter breaks openapi doc generation #29

Open micw opened 3 years ago

micw commented 3 years ago

Describe the bug I use springdoc-openapi-ui to generate openapi docs for my app. With the filters enabled, the generation of openapi-docs is broken. The whole result in /v3/api-docs which should be a JSON object, is quoted as JSON-String

To Reproduce

Expected behavior An openapi v3 JSON should be returned. Instead, a JSON-string vontaining the (quoted) JSON is returned.

Spring/Spring-boot:

DirkJia commented 1 year ago

same to me