Michał Olsza

Results 1 comments of Michał Olsza

It also cannot recognize the `org.springframework.util.MultiValueMap`. So for example this method will never send a body: ``` @PostMapping(consumes = MediaType.APPLICATION_FORM_URLENCODED) ResponseEntity requestForSomething(@RequestBody MultiValueMap params); ``` The workaround for this is...