From e8362df1bfa07e35f3af83349edaaf20e1d4e8b0 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@bioforsk.no> Date: Mon, 12 Aug 2013 15:16:02 +0200 Subject: [PATCH] Added explaining comment --- src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index a45512f..fb92642 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ <listener> <listener-class>no.bioforsk.vips.core.startup.StartupListener</listener-class> </listener> - <!-- This is for allowing Cross-Site requests --> + <!-- This is for allowing Cross-Site requests See: http://software.dzhuvinov.com/cors-filter.html --> <filter> <filter-name>CORS</filter-name> <filter-class>com.thetransactioncompany.cors.CORSFilter</filter-class> -- GitLab