Ben Pennell
Ben Pennell
Minor change to rmi policies we needed to make locally because of permission problems after some java updates, which may be generally applicable. This wasn't related to the jetty 8...
https://github.com/samvera/hydra-head/issues/557 If no range is specified for the Range header, then assume the whole file is being requested by overriding the range value to `"0-"`. This prevents a error that...
### Descriptive summary If a client makes a download request with the Range header but doesn't specify a byte range (`"Range: bytes="` ), then the server returns a 500. ###...
Hi, I am noticing that up until release v2.5.3 ARM64 versions of the image were being released to dockerhub, but after that it is only linux/amd64: https://hub.docker.com/r/tiredofit/clamav/tags Do you know...
We have an automated workflow that makes requests to the ["PurgeItemFromCache" API endpoint](https://cantaloupe-project.github.io/manual/5.0/endpoints.html#PurgeItemFromCache) in cantaloupe 5.0.5 after a jp2 gets replaced in our system, so that all of its derivatives...
https://github.com/cantaloupe-project/cantaloupe/issues/706 Use a try-with-resource block when getting the stream of files in derivative directory to avoid file handle leak