This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 8486778 Also update dependency new c3605ef The Globals.GSS_CREDENTIAL_ATTR is a request attribute not a session one new c64b6fd Group constants by type to aid maintenance new ff8478e 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 | 241 +++++++++++----------- 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, 227 insertions(+), 121 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org