-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
spring-boot 3.4.0, spring-boot 3.2.4, spring-boot 3.0.4, spring-boot 3.1.4, spring-boot 3.3.2
-
None
Steps to reproduce
- Open http://localhost:8080/app/admin/default/#/login
- Fill in credentials
- Click on "Sign in"
Observed behavior
The spring boot application logs a warning:
2019-07-12 13:19:02.735 WARN 72787 --- [nio-8080-exec-9] o.glassfish.jersey.servlet.WebComponent : A servlet request to the URI http://localhost:8080/api/admin/auth/user/default/login/admin contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Problem
It seems that either JAX-RS is used wrong or our Spring Boot is configured in a way that produces this warning.
We are closing this ticket as part of our backlog grooming. Reasons: