This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from b8e772855d Add 11.0.x branch to GitHub actions CI new 284aa41292 Fix typo new a9f7072a57 NoEqualsCookie -> CookiesWithoutEquals The 2 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: .../apache/catalina/connector/mbeans-descriptors.xml | 2 +- .../apache/tomcat/util/http/CookieProcessorBase.java | 14 +++++++------- .../{NoEqualsCookie.java => CookiesWithoutEquals.java} | 12 ++++++------ .../apache/tomcat/util/http/LocalStrings.properties | 4 ++-- .../apache/tomcat/util/http/LocalStrings_fr.properties | 4 ++-- .../apache/tomcat/util/http/LocalStrings_ko.properties | 4 ++-- .../tomcat/util/http/LocalStrings_zh_CN.properties | 4 ++-- .../tomcat/util/http/Rfc6265CookieProcessor.java | 2 +- java/org/apache/tomcat/util/http/parser/Cookie.java | 18 +++++++++--------- .../org/apache/tomcat/util/http/TestCookieParsing.java | 12 ++++++------ test/org/apache/tomcat/util/http/TestCookies.java | 18 +++++++++--------- webapps/docs/changelog.xml | 6 +++--- webapps/docs/config/cookie-processor.xml | 2 +- 13 files changed, 51 insertions(+), 51 deletions(-) rename java/org/apache/tomcat/util/http/{NoEqualsCookie.java => CookiesWithoutEquals.java} (85%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org