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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org