Fixes #120
Some POST handling methods used for login and user management activities, which implicitly consume forms, return a 415 unsupported media type status when running in Java 13. Explicitly declaring the expected content type using the Consumes annotation fixes this.
Fixes #120 Some POST handling methods used for login and user management activities, which implicitly consume forms, return a 415 unsupported media type status when running in Java 13. Explicitly declaring the expected content type using the
Consumes
annotation fixes this.