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 17339b4ddc Add discardRequestsAndResponses to HTTP/2 with a default of
false
new a2384804c5 Add JreCompat support for Subject.callAs()
new 59aa7f2e8e Refactor SpnegoAuthenticator to use Subject.callAs() when
available
new 5047bc090c Remove unused code
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:
.../authenticator/SpnegoAuthenticator.java | 67 +++++---------------
.../apache/coyote/http2/AbstractNonZeroStream.java | 14 +----
java/org/apache/coyote/http2/Stream.java | 12 ----
.../org/apache/tomcat/util/compat/Jre18Compat.java | 71 ++++++++++++++++++++++
.../org/apache/tomcat/util/compat/Jre19Compat.java | 2 +-
java/org/apache/tomcat/util/compat/JreCompat.java | 39 ++++++++++++
.../tomcat/util/compat/LocalStrings.properties | 1 +
webapps/docs/changelog.xml | 5 ++
8 files changed, 132 insertions(+), 79 deletions(-)
create mode 100644 java/org/apache/tomcat/util/compat/Jre18Compat.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]