From 9ad394ce89be3a36de94be385ae3190583a29c69 Mon Sep 17 00:00:00 2001 From: Jan Hajnar Date: Thu, 28 May 2015 16:22:36 +0200 Subject: [PATCH] Bug 3414 - exposed location header in CORS setings Change-Id: I74e5f363cb931b2b8a792447b5d5d2fa6e0aa5aa Signed-off-by: Jan Hajnar (cherry picked from commit c515ff7c42b487ac5baeb6e3361b6457d1c4b096) --- .../sal-rest-connector/src/main/resources/WEB-INF/web.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml b/opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml index 120a826b32..c485b6f422 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml +++ b/opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml @@ -38,6 +38,10 @@ allowedHeaders origin, content-type, accept, authorization + + exposedHeaders + location + cross-origin-restconf -- 2.36.6