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 66a4bcab40 JEP code is now in Java 20 new beed6c936e Add an RFC 8941 structured field parser. new 6f5c624c1f Add a parser for the RFC 9218 priority field 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: .../util/http/parser/LocalStrings.properties | 14 + .../apache/tomcat/util/http/parser/Priority.java | 89 +++ .../tomcat/util/http/parser/StructuredField.java | 599 +++++++++++++++++++++ .../http/parser/TesterHttpWgStructuredField.java | 130 +++++ webapps/docs/changelog.xml | 7 + 5 files changed, 839 insertions(+) create mode 100644 java/org/apache/tomcat/util/http/parser/Priority.java create mode 100644 java/org/apache/tomcat/util/http/parser/StructuredField.java create mode 100644 test/org/apache/tomcat/util/http/parser/TesterHttpWgStructuredField.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org