You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/05/20 07:58:56 UTC

[tomcat] 03/03: Merge branch 'johnkdev-master' same-site cookie header

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

commit 42d1df93c5060c2cf2a40ff270e6998ca5cbd719
Merge: 99e36dc c2ae943
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon May 20 08:56:48 2019 +0100

    Merge branch 'johnkdev-master' same-site cookie header

 .../tomcat/util/http/CookieProcessorBase.java      | 10 +++
 .../tomcat/util/http/LegacyCookieProcessor.java    |  9 +-
 .../tomcat/util/http/LocalStrings.properties       |  1 +
 .../tomcat/util/http/Rfc6265CookieProcessor.java   |  7 ++
 .../apache/tomcat/util/http/SameSiteCookies.java   | 59 +++++++++++++
 .../util/http/TestCookieProcessorGeneration.java   | 49 +++++++++++
 .../tomcat/util/http/TestSameSiteCookies.java      | 97 ++++++++++++++++++++++
 webapps/docs/changelog.xml                         |  4 +
 webapps/docs/config/cookie-processor.xml           | 13 +++
 9 files changed, 248 insertions(+), 1 deletion(-)


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