TAMULib / cantaloupe

High-performance dynamic IIIF image server in Java
https://medusa-project.github.io/cantaloupe/
Other
0 stars 0 forks source link

Use valid deployment configuration for the processor strategies. #6

Open kaladay opened 1 month ago

kaladay commented 1 month ago

The fallback strategy in use appears to be incorrect.

The documentation states:

The fallback retrieval strategy (processor.fallback_retrieval_strategy) controls how an incompatible StreamSource/FileProcessor combination is dealt with.

Using the StreamStrategy as a fallback strategy for when a potential stream strategy is not valid itself seems invalid.

The deployment images need to have correct processor strategies selected.

see: https://github.com/TAMULib/cantaloupe/issues/1#issuecomment-2363840079