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 internal server error for floating point values #232

Closed bitzl closed 3 years ago

bitzl commented 3 years ago

Hymir only supports full pixels. Requests with floating point numbers should therefore return Bad Request instead of Internal Server Error.