From 237e50fb08d12556762f0f921a362ee09b391d42 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Fri, 4 May 2018 10:52:05 -0700 Subject: [PATCH] NOJIRA: Update deploy target for UI plugins to better handling tentants using the default core UI plugin. --- .../cspace#core#template/WEB-INF/web.xml | 23 +++++++++++++++++++ cspace-ui/cspace#core#template/index.html | 22 ++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 cspace-ui/cspace#core#template/WEB-INF/web.xml create mode 100644 cspace-ui/cspace#core#template/index.html diff --git a/cspace-ui/cspace#core#template/WEB-INF/web.xml b/cspace-ui/cspace#core#template/WEB-INF/web.xml new file mode 100644 index 000000000..3c1a184fb --- /dev/null +++ b/cspace-ui/cspace#core#template/WEB-INF/web.xml @@ -0,0 +1,23 @@ + + + + FallbackResourceFilter + org.collectionspace.services.common.filter.FallbackResourceFilter + + + FallbackResourceFilter + /* + + + ExpiresFilter + org.apache.catalina.filters.ExpiresFilter + + ExpiresDefault + access plus 2 hours + + + + ExpiresFilter + /* + + diff --git a/cspace-ui/cspace#core#template/index.html b/cspace-ui/cspace#core#template/index.html new file mode 100644 index 000000000..cf2ecf713 --- /dev/null +++ b/cspace-ui/cspace#core#template/index.html @@ -0,0 +1,22 @@ + + + + + +
+ + + + -- 2.47.3