You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes swagger-ui to be unable to parse the response
Additional context
I believe this is caused by the changes required for fixing #2051. I tried both adding and removing StringHttpMessageConverter, but the only thing that helps is not registering MappingJackson2HttpMessageConverter
The text was updated successfully, but these errors were encountered:
We are facing the same issue, not sure if this was an expected regression or not but seems like more than a patch version change.
lbenedetto
changed the title
/v3/api-docs returns base64 encoded Json
Malformed (base64 encoded) api-docs JSON when MappingJackson2HttpMessageConverter is active
Mar 17, 2023
Ah, I had addDefaultHttpMessageConverters(converters) (which adds a ByteArrayHttpMessageConverter) but it was registered after the Jackson converter. Thanks
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected:
Actual:
This causes swagger-ui to be unable to parse the response
Additional context
I believe this is caused by the changes required for fixing #2051. I tried both adding and removing StringHttpMessageConverter, but the only thing that helps is not registering MappingJackson2HttpMessageConverter
The text was updated successfully, but these errors were encountered: