-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
Unexpected warning "Appended trailing slash to static resource location" #2947
Comments
Not reproducible, with your current descrption. This ticket will be closed, but can be reopened if your provide the reproducible sample. |
@bnasslahsen Thanks for checking. Strange. Did you use spring-webflux? Here's a minimal example: https://github.com/gwimmel/springdoc-trailingslash-warning When I run it using |
Now reproduced! |
@bnasslahsen thanks for the quick fix! I can confirm that the warning message is not logged anymore with springdoc-openapi 2.8.7-SNAPSHOT. |
Describe the bug
In a Spring Boot 3.4.4 application with springdoc-openapi 2.8.4 I get the following unexpected warning message in the log when starting the application:
To Reproduce
Steps to reproduce the behavior:
@GetMapping
- MethodExpected behavior
Additional context
The text was updated successfully, but these errors were encountered: