This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from e67c01b Improve CSRF prevention filter by exposing the request's current nonce to the request. new 34a0f11 Polish. Align with 8.5.x/9.0.x new 7e85319 Refactor APR Poller to remove use of multiple pollsets new 4a8d1ff Handle case were Poller may return an entry per event new e4b3e78 Back-port some SpotBugs fixes and Javadoc alignment. new 0e3019a Fix a few SpotBugs issues / align with 8.5.x The 5 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/tomcat/util/net/AprEndpoint.java | 544 ++++++++++----------- .../apache/tomcat/jdbc/pool/ConnectionPool.java | 45 +- .../apache/tomcat/jdbc/pool/PoolProperties.java | 10 +- .../apache/tomcat/jdbc/pool/PooledConnection.java | 4 +- .../TesterDigestAuthenticatorPerformance.java | 2 +- .../apache/catalina/connector/TestSendFile.java | 2 +- .../apache/catalina/core/TestAsyncContextImpl.java | 2 +- webapps/docs/changelog.xml | 5 + 8 files changed, 289 insertions(+), 325 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org