From 119656a3feb99f33b9bc7da76afc18d651a69ba2 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 31 Jul 2018 22:11:15 -0700 Subject: [PATCH] DRYD-442: Changes for deploying FCart UI plugin. Includes most CollectionObject changes for fcart. --- cspace-ui/build.xml | 44 +++++++++++++++++++++++++- cspace-ui/cspace#fcart/WEB-INF/web.xml | 23 ++++++++++++++ cspace-ui/cspace#fcart/index.html | 26 +++++++++++++++ 3 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 cspace-ui/cspace#fcart/WEB-INF/web.xml create mode 100644 cspace-ui/cspace#fcart/index.html diff --git a/cspace-ui/build.xml b/cspace-ui/build.xml index 37c520840..7fc3444e5 100644 --- a/cspace-ui/build.xml +++ b/cspace-ui/build.xml @@ -302,6 +302,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + diff --git a/cspace-ui/cspace#fcart/WEB-INF/web.xml b/cspace-ui/cspace#fcart/WEB-INF/web.xml new file mode 100644 index 000000000..3c1a184fb --- /dev/null +++ b/cspace-ui/cspace#fcart/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#fcart/index.html b/cspace-ui/cspace#fcart/index.html new file mode 100644 index 000000000..ab5a125eb --- /dev/null +++ b/cspace-ui/cspace#fcart/index.html @@ -0,0 +1,26 @@ + + + + + +
+ + + + + -- 2.47.3