From 32c092523228f370edb5a8246a09881e0245e1a6 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 4 Mar 2015 15:22:23 +0100 Subject: enabled CORS header --- pdf-as-web/src/main/webapp/WEB-INF/web.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'pdf-as-web/src/main/webapp/WEB-INF/web.xml') diff --git a/pdf-as-web/src/main/webapp/WEB-INF/web.xml b/pdf-as-web/src/main/webapp/WEB-INF/web.xml index b6cfb46d..5ed5d5a9 100644 --- a/pdf-as-web/src/main/webapp/WEB-INF/web.xml +++ b/pdf-as-web/src/main/webapp/WEB-INF/web.xml @@ -25,12 +25,21 @@ sitemesh com.opensymphony.sitemesh.webapp.SiteMeshFilter + + CORS + com.thetransactioncompany.cors.CORSFilter + + cors.allowOrigin + * + + + ExceptionCatchFilter /* @@ -39,7 +48,10 @@ UserAgentFilter /* - + + CORS + /* + -- cgit v1.2.3