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 386912a  Fix BZ 65563. Correct parsing of Content-Range headers
     new 39a2f1d  More version updates
     new 8650cbb  Provide implementation of isParametersProvided
     new 8a9b1c4  Fix failing tests
     new 0b36542  Add support for Servlet 5 to WebXml.toString()

The 4 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:
 BUILDING.txt                                               |  2 +-
 RELEASE-NOTES                                              |  2 +-
 build.xml                                                  |  4 ++--
 java/org/apache/catalina/connector/CoyoteAdapter.java      |  2 +-
 java/org/apache/jasper/Constants.java                      |  2 +-
 java/org/apache/jasper/compiler/Generator.java             |  2 +-
 java/org/apache/jasper/compiler/Validator.java             |  3 ++-
 java/org/apache/jasper/el/JspMethodExpression.java         |  5 +++++
 java/org/apache/jasper/resources/LocalStrings.properties   |  2 +-
 .../org/apache/jasper/resources/LocalStrings_es.properties |  2 +-
 .../org/apache/jasper/resources/LocalStrings_fr.properties |  2 +-
 .../org/apache/jasper/resources/LocalStrings_ja.properties |  2 +-
 .../org/apache/jasper/resources/LocalStrings_ko.properties |  2 +-
 .../apache/jasper/resources/LocalStrings_zh_CN.properties  |  2 +-
 java/org/apache/tomcat/util/descriptor/web/WebXml.java     |  3 +++
 test/jakarta/el/TestBeanELResolver.java                    |  5 +++--
 test/org/apache/jasper/compiler/TestJspDocumentParser.java | 12 +++++++++++-
 test/org/apache/tomcat/util/descriptor/web/TestWebXml.java |  5 +++++
 .../{document-1.1.jspx => document-3.2.jspx}               |  2 +-
 .../{document-1.1.jspx => document-4.0.jspx}               |  2 +-
 .../document-3.1.jspx                                      |  0
 webapps/docs/appdev/deployment.xml                         |  2 +-
 webapps/docs/appdev/introduction.xml                       |  8 ++++----
 webapps/docs/class-loader-howto.xml                        |  2 +-
 webapps/docs/index.xml                                     | 14 +++++++-------
 webapps/docs/project.xml                                   |  2 +-
 26 files changed, 58 insertions(+), 33 deletions(-)
 copy test/webapp/jsp/doc-version-invalid/{document-1.1.jspx => 
document-3.2.jspx} (92%)
 copy test/webapp/jsp/doc-version-invalid/{document-1.1.jspx => 
document-4.0.jspx} (92%)
 rename test/webapp/jsp/{doc-version-invalid => 
doc-version-valid}/document-3.1.jspx (100%)

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

Reply via email to