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
When I sent requests to the API with x-www-url-form-encoded parameters, req parameter was always null before I changed logbook.filter.form-request-mode to parameter.
Expected Behavior
Request parameters need to be handed to target methods with the default option(body)
The text was updated successfully, but these errors were encountered:
Hi,
First, I'm really enjoying the logbook library and thank you for your effort.
I'm not sure the issue I experienced is a bug or intended behavior, and would like to say sorry if it's not a bug.
Description
I'm building a project using Spring Boot 2.4.1 with logbook-spring-boot-starter version: 2.4.1.
One of my controller methods is defined like below.
When I sent requests to the API with x-www-url-form-encoded parameters,
req
parameter was alwaysnull
before I changedlogbook.filter.form-request-mode
toparameter
.Expected Behavior
Request parameters need to be handed to target methods with the default option(
body
)The text was updated successfully, but these errors were encountered: