[keycloak-dev] Improve browser caching?
Pedro Igor Silva
psilva at redhat.com
Tue Feb 3 17:07:11 EST 2015
What about have something that intercept requests to disable browser caching ? A servlet filter or something ...
----- Original Message -----
From: "Marek Posolda" <mposolda at redhat.com>
To: keycloak-dev at lists.jboss.org
Sent: Tuesday, February 3, 2015 8:00:07 PM
Subject: [keycloak-dev] Improve browser caching?
We seem to have many questions each release related to non-working
things due to stale browser cache. Usually it's due to changes in admin
console, but it may be even worse if we ever change something in CSS/JS
of login or account mgmt, as those are available for end users.
I wonder if we can somehow improve this? One possible solution is to
attach the redundant parameter with version to the cached resources.
Something like: "/auth/theme/.../stylesheet.css?v=1.1.0.Final", so
upgrade to next version will force browser to reload the resource.
The problem is longer (and not so nice) URLs and also some refactoring
needed. For freemarker templates, we can add version parameter at
runtime. However for admin console HTML pages, we would need to add
version somehow at compile time though.
There is also possibility to attach hash instead of version (Juca
mentioned this to me some time ago), but not sure if it's big difference.
Any better ideas? Or should we rather just keep it as it is?
Marek
_______________________________________________
keycloak-dev mailing list
keycloak-dev at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-dev
More information about the keycloak-dev
mailing list