-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Reproduce:
- have the stylesheets of an old camunda distro in the browser cache
- open a new camunda version
Expected:
- the new stylesheets are used
Observed:
- the cached stylesheets are used, breaking the application
—
- We had a cache-busting mechanism, which was removed in these commits:
- https://github.com/camunda/camunda-cockpit-ui/commit/2d736bcb84c44703876f71ae79a087889234263e
- https://github.com/camunda/camunda-admin-ui/commit/43fb49e724a38c584ea2ed92f7fef2663f8e6a0b
- I could not find a cache-busting mechanism in any tasklist version
- Was it removed intentionally? If so, why? Is there any other mechanism in place to prevent this problem?
- Are only stylesheets affected or also other resources? Do we need cache-busting also for images, scripts, fonts?
Should be fixed with
CAM-5960, correct?sebastian.stamm