How to set encoding for headers in Springdoc
I have a problem with the Swagger documentation auto-generated by Swagger. The issue is that despite me having set my project to UTF-8, the authentication headers are still encoded in ISO-8859-1, which causes problems with special characters in passwords. I have already tried a number of things, but could not figure anything that works.
Springdoc OpenApi add Classpath Yaml
I have a OpenApi Spec defined in its own library. This library is used as gradle dependency in my project. I am using Springdoc v.2.5.0. My project is a Spring Cloud Gateway.