Closed morteza closed 7 years ago
I'm using @Params to decode a FormData, but "DefaultParameterAdapter" cannot parse a boolean field to set appropriate value in my bean. It always returns bad request error (400).
@Params
Thanks for reporting, I'll give it a look as soon as I can
I'm using
@Params
to decode a FormData, but "DefaultParameterAdapter" cannot parse a boolean field to set appropriate value in my bean. It always returns bad request error (400).