This is an automated email from the ASF dual-hosted git repository. jmuehlner pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
commit 0066ce583b7c9abfd35c8a2b8707e55bb4469b8e Merge: a1b4e76 de3daf3 Author: James Muehlner <[email protected]> AuthorDate: Tue Jul 20 19:51:07 2021 -0700 GUACAMOLE-275: Merge automatic post-update browser cache refresh fix. guacamole/pom.xml | 2 + guacamole/src/main/frontend/src/index.html | 5 +- .../src/main/frontend/src/verifyCachedVersion.js | 85 ++++++++++++++++++++++ guacamole/src/main/frontend/webpack.config.js | 3 +- .../apache/guacamole/CacheRevalidationFilter.java | 61 ++++++++++++++++ .../guacamole/extension/ExtensionModule.java | 4 + .../apache/guacamole/resource/ResourceServlet.java | 4 + guacamole/src/main/webapp/WEB-INF/web.xml | 10 +++ pom.xml | 22 +++++- 9 files changed, 191 insertions(+), 5 deletions(-)
