This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from fa8c99b70d Add discardRequestsAndResponses to HTTP/2 with a default of false new 0bb26ef6ca Add JreCompat support for Subject.callAs() new 86d3fcf914 Refactor SpnegoAuthenticator to use Subject.callAs() when available 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: .../authenticator/SpnegoAuthenticator.java | 66 +++++--------------- .../org/apache/tomcat/util/compat/Jre18Compat.java | 71 ++++++++++++++++++++++ .../org/apache/tomcat/util/compat/Jre19Compat.java | 2 +- java/org/apache/tomcat/util/compat/JreCompat.java | 40 ++++++++++++ .../tomcat/util/compat/LocalStrings.properties | 2 + webapps/docs/changelog.xml | 5 ++ 6 files changed, 133 insertions(+), 53 deletions(-) create mode 100644 java/org/apache/tomcat/util/compat/Jre18Compat.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org