This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 8e92da0ace Code clean-up - no functional change new 4c8b1a9893 Code clean-up - no functional change new 0218af763b Align with 10.1.x 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: java/javax/security/auth/message/ClientAuth.java | 32 +++++++++++++++++++++ java/javax/security/auth/message/ServerAuth.java | 33 +++++++++++++++++++++- java/javax/servlet/Servlet.java | 2 +- java/javax/servlet/ServletRequest.java | 7 +++-- java/javax/servlet/http/Cookie.java | 17 +++++++++++ java/javax/servlet/http/HttpServlet.java | 13 +++++---- java/javax/servlet/http/HttpServletResponse.java | 30 ++++++++++++++------ .../servlet/http/HttpServletResponseWrapper.java | 2 +- java/javax/servlet/jsp/JspPage.java | 15 ++++++---- java/javax/servlet/jsp/tagext/IterationTag.java | 1 - java/javax/servlet/jsp/tagext/VariableInfo.java | 4 +-- java/javax/websocket/ClientEndpointConfig.java | 2 +- java/javax/websocket/ContainerProvider.java | 4 +-- .../websocket/DefaultClientEndpointConfig.java | 2 +- java/javax/websocket/Session.java | 2 +- .../server/DefaultServerEndpointConfig.java | 2 +- java/javax/websocket/server/HandshakeRequest.java | 2 +- 17 files changed, 134 insertions(+), 36 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org