dbmdz / iiif-server-hymir

Hymir is a Java based IIIF Server. It is based on "IIIF Image API Java Libraries" and "IIIF Presentation API Java Libraries" projects (see https://github.com/dbmdz)
MIT License
27 stars 7 forks source link

Fix return status code for unsupported formats #221

Closed bitzl closed 3 years ago

bitzl commented 3 years ago
GET http://localhost:9000/image/v2/bsb00041016_00002/full/142,/0/default.bmp

should return status code 415 Unsupported Media Type instead of 500 Internal Server Error.