From ab1b3c941daf8adef9b981d8b6dc391509a5f3e6 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Mon, 1 Oct 2018 13:35:10 -0700 Subject: [PATCH] DRYD-365: Deploy materials profile UI. --- cspace-ui/build.xml | 42 ++++++++++++++++++++++ cspace-ui/cspace#materials/WEB-INF/web.xml | 23 ++++++++++++ cspace-ui/cspace#materials/index.html | 26 ++++++++++++++ 3 files changed, 91 insertions(+) create mode 100644 cspace-ui/cspace#materials/WEB-INF/web.xml create mode 100644 cspace-ui/cspace#materials/index.html diff --git a/cspace-ui/build.xml b/cspace-ui/build.xml index 8a394507c..4312fcaa0 100644 --- a/cspace-ui/build.xml +++ b/cspace-ui/build.xml @@ -345,6 +345,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -354,6 +394,7 @@ + @@ -363,6 +404,7 @@ + diff --git a/cspace-ui/cspace#materials/WEB-INF/web.xml b/cspace-ui/cspace#materials/WEB-INF/web.xml new file mode 100644 index 000000000..3c1a184fb --- /dev/null +++ b/cspace-ui/cspace#materials/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#materials/index.html b/cspace-ui/cspace#materials/index.html new file mode 100644 index 000000000..ee3a256e7 --- /dev/null +++ b/cspace-ui/cspace#materials/index.html @@ -0,0 +1,26 @@ + + + + + +
+ + + + + -- 2.47.3