This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from 001e2a9096 Avoid possible NPE
     new 064f124300 Add noEqualsCookie option with unchanged default
     new 3d0d320f25 Consistent naming

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:
 .../tomcat/util/http/CookieProcessorBase.java      | 17 +++++
 .../tomcat/util/http/LocalStrings.properties       |  2 +
 .../tomcat/util/http/LocalStrings_fr.properties    |  2 +
 .../tomcat/util/http/LocalStrings_ko.properties    |  2 +
 .../tomcat/util/http/LocalStrings_zh_CN.properties |  2 +
 .../NoEqualsCookie.java}                           | 29 +++++---
 .../tomcat/util/http/Rfc6265CookieProcessor.java   |  3 +-
 .../org/apache/tomcat/util/http/parser/Cookie.java | 50 +++++++++++--
 .../apache/tomcat/util/http/TestCookieParsing.java | 43 ++++++++---
 test/org/apache/tomcat/util/http/TestCookies.java  | 84 +++++++++++++++++++++-
 .../apache/tomcat/util/http/parser/TestCookie.java |  3 +-
 webapps/docs/changelog.xml                         |  5 ++
 webapps/docs/config/cookie-processor.xml           |  9 +++
 13 files changed, 221 insertions(+), 30 deletions(-)
 copy java/org/apache/tomcat/util/{buf/EncodedSolidusHandling.java => 
http/NoEqualsCookie.java} (57%)


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

Reply via email to