Play forms databinder.setIgnoreUnknownFields(false)

I noticed that there is no way to NOT ignore unknown fields in request body when using forms.bind. This is even when such a feature is available in underlying springframework validation.

Unrelated but more frustrating issue is that if I use jackson to parse request instead; there is similar issue that prevents me from failing on unknown fields. So there is no way out.