This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 99e36dc Silence false positive IDE warning add 52da9c4 Add support for same-site cookie attribute add 35776e6 Move configuration to CookieProcessor add 9d632cc Update docs add 85990f7 Move attribute getter/setter into CookieProcessorBase add 0da5229 Make SameSiteCookies an enum add 0900048 Add changelog entry new 2193c15 Add support for same-site cookie-attribute new c2ae943 Polish new 42d1df9 Merge branch 'johnkdev-master' same-site cookie header The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../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(-) create mode 100644 java/org/apache/tomcat/util/http/SameSiteCookies.java create mode 100644 test/org/apache/tomcat/util/http/TestSameSiteCookies.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org