From efa037d34be7b1570efdc767c79fad8d4005f10e Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 19 Feb 2017 12:57:33 +0200 Subject: Add new code new version Change-Id: Ic02a76313503b526f17c3df29eb387a29fe6a42a Signed-off-by: Michael Lando --- .../webapp-heat-validation/WEB-INF/jetty-web.xml | 8 ++++ .../webapp-heat-validation/WEB-INF/rewrite.config | 2 + .../webapp-heat-validation/WEB-INF/web.xml | 51 ++++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 openecomp-ui/webapp-heat-validation/WEB-INF/jetty-web.xml create mode 100644 openecomp-ui/webapp-heat-validation/WEB-INF/rewrite.config create mode 100644 openecomp-ui/webapp-heat-validation/WEB-INF/web.xml (limited to 'openecomp-ui/webapp-heat-validation/WEB-INF') diff --git a/openecomp-ui/webapp-heat-validation/WEB-INF/jetty-web.xml b/openecomp-ui/webapp-heat-validation/WEB-INF/jetty-web.xml new file mode 100644 index 0000000000..bc3bfa62f0 --- /dev/null +++ b/openecomp-ui/webapp-heat-validation/WEB-INF/jetty-web.xml @@ -0,0 +1,8 @@ + + + + + /heat-validation + diff --git a/openecomp-ui/webapp-heat-validation/WEB-INF/rewrite.config b/openecomp-ui/webapp-heat-validation/WEB-INF/rewrite.config new file mode 100644 index 0000000000..b5e1a31493 --- /dev/null +++ b/openecomp-ui/webapp-heat-validation/WEB-INF/rewrite.config @@ -0,0 +1,2 @@ +RewriteRule ^.*\..*$ - [L] +RewriteRule ^.*$ /heat.html [L] diff --git a/openecomp-ui/webapp-heat-validation/WEB-INF/web.xml b/openecomp-ui/webapp-heat-validation/WEB-INF/web.xml new file mode 100644 index 0000000000..f84519eee3 --- /dev/null +++ b/openecomp-ui/webapp-heat-validation/WEB-INF/web.xml @@ -0,0 +1,51 @@ + + + + Heat-Validation + + + heat.html + + + + js + org.eclipse.jetty.servlet.DefaultServlet + + + cacheControl + public, no-cache + + + etags + true + + + + + js + *.js + + + + resources + org.eclipse.jetty.servlet.DefaultServlet + + + cacheControl + public, max-age=31536000 + + + etags + true + + + + + resources + / + + + -- cgit 1.2.3-korg