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

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


    from b85b00d  Weak eTag should be weak
     new a7b91e1  Refactor to remove the need for explicit property permissions 
for Cookie code
     new f45531e  Align with 9.0.x
     new 436a606  Align with 9.0.x

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:
 conf/catalina.policy                               |  8 ---
 java/javax/servlet/GenericServlet.java             |  6 +-
 java/javax/servlet/LocalStrings.properties         |  3 +
 java/javax/servlet/LocalStrings_de.properties      |  2 +
 java/javax/servlet/LocalStrings_fr.properties      |  3 +
 java/javax/servlet/LocalStrings_ja.properties      |  3 +
 java/javax/servlet/LocalStrings_ko.properties      |  3 +
 java/javax/servlet/LocalStrings_zh_CN.properties   |  3 +
 java/javax/servlet/ServletRegistration.java        |  2 +-
 java/javax/servlet/ServletRequestWrapper.java      |  9 ++-
 java/javax/servlet/ServletResponseWrapper.java     |  9 ++-
 java/javax/servlet/http/Cookie.java                | 72 +++++++++++++++++-----
 .../servlet/http/HttpSessionBindingEvent.java      |  2 +-
 java/javax/servlet/http/HttpUtils.java             |  5 +-
 java/javax/servlet/http/WebConnection.java         |  4 +-
 java/javax/servlet/resources/jsp_2_1.xsd           |  2 +-
 .../servlet/resources/web-jsptaglibrary_1_1.dtd    |  2 +-
 .../servlet/resources/web-jsptaglibrary_1_2.dtd    |  2 +-
 .../servlet/resources/web-jsptaglibrary_2_0.xsd    |  2 +-
 .../servlet/resources/web-jsptaglibrary_2_1.xsd    |  2 +-
 .../org/apache/catalina/core/AccessLogAdapter.java |  1 -
 .../servlet/http/TestCookieRFC2109Validator.java   |  5 +-
 22 files changed, 103 insertions(+), 47 deletions(-)


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

Reply via email to