This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 9a567f2 Remove unnecessary trim() new 080b559 The Globals.GSS_CREDENTIAL_ATTR is a request attribute not a session one new 9e036a7 Group constants by type to aid maintenance new 848d116 Make the HTTP/2 connection ID and stream Id available to applications 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: java/org/apache/catalina/Globals.java | 268 +++++++++++----------- java/org/apache/catalina/connector/Request.java | 27 +++ java/org/apache/catalina/session/Constants.java | 1 - java/org/apache/coyote/AbstractProcessor.java | 39 ++++ java/org/apache/coyote/ActionCode.java | 14 +- java/org/apache/coyote/http2/StreamProcessor.java | 12 + webapps/docs/changelog.xml | 5 + webapps/docs/config/http2.xml | 9 + 8 files changed, 241 insertions(+), 134 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org