GeoServer requests ovr files when working with COG

Hello there!

On one of your setup, I have several Image Mosaic stores with graticules using COG format and stored on S3. The index are stored in a PG database.

When looking at the logs of our Object Storage, we see that GeoServer is requesting ovr files in addition to the COG files. These files are not required when working with COG. Is there a settings to prevent GeoServer from requesting them at all when working with COGs?

We are currently on GeoServer 2.28.1.

Regards

Alexandre

Hi,

try adding -Dit.geosolutions.skip.external.files.lookup=true among the JVM settings.

Cheers
Andrea

Thanks Andrea for the tip! I will test it as soon as possible.

Alexandre