This is an automated email from the ASF dual-hosted git repository.

jmuehlner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from a1b4e76  GUACAMOLE-1378: Merge correct naming of guacamole-auth-jdbc 
dist .tar.gz archive.
     add e9e1703  GUACAMOLE-275: Automatically attempt to refresh browser cache 
if index.html does not match current build.
     add f94b6c6  GUACAMOLE-275: Request browser to always revalidate cached 
dynamic contents.
     add de3daf3  GUACAMOLE-275: Request browser to always revalidate cached 
index.html.
     new 0066ce5  GUACAMOLE-275: Merge automatic post-update browser cache 
refresh fix.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)
 create mode 100644 guacamole/src/main/frontend/src/verifyCachedVersion.js
 create mode 100644 
guacamole/src/main/java/org/apache/guacamole/CacheRevalidationFilter.java

Reply via email to