Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport: delegate IIIF Manifest cache key version to presenter #4419

Merged
merged 1 commit into from
Jul 10, 2020

Commits on Jul 10, 2020

  1. delegate IIIF Manifest cache key version to presenter

    it turns out `etag` isn't a very good cache key because the default
    `SolrDocument` doesn't contain this data. using the system/Fedora
    `#modified_date` is equivalent (has the same weaknesses) but is available on
    both an actual work instance, and on its index proxy.
    
    since this is changing (and should likely change again!), delegate it to the
    presenter so there's a clear source going forward.
    tamsin johnson committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    abe6509 View commit details
    Browse the repository at this point in the history