Repository: marmotta
Updated Branches:
  refs/heads/maintenance-3.3.x 95d580f01 -> 9e652f17e


MARMOTTA-596: Added some more frequently used Headers to the CORS config 
(archetype also updated)

(cherry picked from commit 055e9ece05ef76a68aefab49dfacc50938454b28)
Signed-off-by: Jakob Frank <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/9e652f17
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/9e652f17
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/9e652f17

Branch: refs/heads/maintenance-3.3.x
Commit: 9e652f17eaeb7db120aaf2623a7261f883289c95
Parents: 95d580f
Author: Jakob Frank <[email protected]>
Authored: Tue Feb 17 11:24:16 2015 +0100
Committer: Jakob Frank <[email protected]>
Committed: Tue Feb 17 11:29:34 2015 +0100

----------------------------------------------------------------------
 .../resources/archetype-resources/src/main/webapp/WEB-INF/web.xml  | 2 +-
 launchers/marmotta-webapp/src/main/webapp/WEB-INF/web.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/9e652f17/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git 
a/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
 
b/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
index 0977c87..581bb74 100644
--- 
a/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
+++ 
b/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
@@ -72,7 +72,7 @@
         </init-param>
         <init-param>
             <param-name>cors.exposedHeaders</param-name>
-            <param-value>Location, Link</param-value>
+            <param-value>Location, Link, ETag, Accept-Post, 
Accept-Patch</param-value>
         </init-param>
     </filter>
     <filter-mapping>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/9e652f17/launchers/marmotta-webapp/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/main/webapp/WEB-INF/web.xml 
b/launchers/marmotta-webapp/src/main/webapp/WEB-INF/web.xml
index 9b36bfb..7f23110 100644
--- a/launchers/marmotta-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/launchers/marmotta-webapp/src/main/webapp/WEB-INF/web.xml
@@ -72,7 +72,7 @@
         </init-param>
         <init-param>
             <param-name>cors.exposedHeaders</param-name>
-            <param-value>Location, Link</param-value>
+            <param-value>Location, Link, ETag, Accept-Post, 
Accept-Patch</param-value>
         </init-param>
 
     </filter>

Reply via email to