UKGovLD / registry-core

Linked data registry - core application and example UI
https://github.com/UKGovLD/registry-core/wiki
Apache License 2.0
23 stars 9 forks source link

Unsupported media type on login forms #121

Closed simonoakesepimorphics closed 4 years ago

simonoakesepimorphics commented 4 years ago

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.