When the request method is x-www-form-urlencoded, Spring Boot cannot receive parameters using entity classes
bytefox1024 opened this issue · 1 comments
bytefox1024 commented
Description
After introducing Logbook, I found that the interface could not accept form data, but there were form data records in Logbook's request log.
The logbook request log clearly records the request parameters.
After removing logbook from the project, I can receive request parameters.
Possible Fix
I want to confirm if this is a bug or if it doesn't support content type=application/x-www-form-urlencoded.
Your Environment
bytefox1024 commented