[tomcat] branch master updated: Add SameSite=strict for cookies from /examples

2020-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 35347c5  Add SameSite=strict for cookies from /examples
35347c5 is described below

commit 35347c5893b3b2f63277a6c65e2824ed25a04939
Author: Mark Thomas 
AuthorDate: Tue Nov 10 09:54:36 2020 +

Add SameSite=strict for cookies from /examples
---
 webapps/docs/changelog.xml|  5 +
 webapps/examples/META-INF/context.xml | 21 +
 2 files changed, 26 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index fd14274..5e66486 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -185,6 +185,11 @@
 64797: Align manager.xml template file in Host-Manager with
 context.xml of real Manager web application. (isapir)
   
+  
+Configure the examples web applications to set
+SameSite=strict for all cookies, including session 
cookies,
+created by the application. (markt)
+  
 
   
   
diff --git a/webapps/examples/META-INF/context.xml 
b/webapps/examples/META-INF/context.xml
new file mode 100644
index 000..b388b2a
--- /dev/null
+++ b/webapps/examples/META-INF/context.xml
@@ -0,0 +1,21 @@
+
+
+
+  
+


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch master updated: Add SameSite=strict for cookies from /examples

2020-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 35347c5  Add SameSite=strict for cookies from /examples
35347c5 is described below

commit 35347c5893b3b2f63277a6c65e2824ed25a04939
Author: Mark Thomas 
AuthorDate: Tue Nov 10 09:54:36 2020 +

Add SameSite=strict for cookies from /examples
---
 webapps/docs/changelog.xml|  5 +
 webapps/examples/META-INF/context.xml | 21 +
 2 files changed, 26 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index fd14274..5e66486 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -185,6 +185,11 @@
 64797: Align manager.xml template file in Host-Manager with
 context.xml of real Manager web application. (isapir)
   
+  
+Configure the examples web applications to set
+SameSite=strict for all cookies, including session 
cookies,
+created by the application. (markt)
+  
 
   
   
diff --git a/webapps/examples/META-INF/context.xml 
b/webapps/examples/META-INF/context.xml
new file mode 100644
index 000..b388b2a
--- /dev/null
+++ b/webapps/examples/META-INF/context.xml
@@ -0,0 +1,21 @@
+
+
+
+  
+


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org