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 specifying a defaultValue for a request parameter, my understanding is that the request parameter should never be null. However, providing e.g. a whitespace character (%20) for a Boolean parameter results in a null value.
When using the latest Spring version 6.1.0-M5, I don't get a null value anymore. Instead, Spring returns an HTTP status code 500. While this behaviour is different, I think it's still not what should happen. I would expect a status code 400 - or maybe a 200 with the Boolean parameter set to its default value.