-
-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh the browser each time, the global header is added in duplicate. #1820
Labels
bug
Something isn't working
Comments
There is no intention of such a behavior. |
@bnasslahsen , |
I have just reverted some old code. But if you had in mind a simpler PR, you still can propose it! |
@bnasslahsen , |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
SwaggerConfiguration.kt
Expected behavior
Screenshots
After running Spring Boot application
Refresh browser once
Refresh browser twice
Additional context
I wonder if this is intended or if the configuration is wrong.
When I debug the code, it seems that
AbstractOpenApiResource
'sOpenApiCustomizer
logic is related. If it's a bug, I want to send a PR after fixing it.The text was updated successfully, but these errors were encountered: