OneGov / onegov.town

OneGov web application for small towns.
1 stars 2 forks source link

The alt text in manage images is stale #221

Closed href closed 8 years ago

href commented 8 years ago

The alt text in manage images is stale because we load it from cache. We should either make sure to always load the latest (which is easy to do there), or we implement some cache purging mechanism if it's easy to do.

href commented 8 years ago

We could possibly also do this by running a request against the image path using a secret header defined through proxy_cache_purge. But it's certainly the more complicated way of doing this. If we make sure that the alt text can be retrieved swiftly, we might not want to cache this response at all.