This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 972e33b95f Add javadoc about the warning new c5865d1511 Improve HTTP If headers processing according to RFC 9110 new 34892db867 API compat 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/servlets/DefaultServlet.java | 376 +++++++++--- .../TestDefaultServletRfc9110Section13.java | 671 +++++++++++++++++++++ ...efaultServletRfc9110Section13Parameterized.java | 432 +++++++++++++ webapps/docs/changelog.xml | 4 + 4 files changed, 1385 insertions(+), 98 deletions(-) create mode 100644 test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13.java create mode 100644 test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13Parameterized.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org