This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch BZ-63636/tomcat-8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
discard 08e169e BZ 63636: Context#findRoleMapping() never called in RealmBase#hasRole() add c6f5d73 Refactor Servlet 3 async timeouts to become a more generic timeout add 07aa80d Extend the timeout functionality to internal upgrade processors add 7943b50 Improve HTTP/2 connection timeout handling add 310a791 Update expiring test certs add 69880c6 Align the comments with the usage message add 838eefc Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63285 add 9071b38 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63285 add b52978a Fix https://github.com/apache/tomcat/pull/187 Avoid NPE add c3761d2 Merge additional fix for DBCP-555 add 694bc81 Refactor fix for BZ 63285 so .exe rename is on request not by default This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (08e169e) \ N -- N -- N refs/heads/BZ-63636/tomcat-8.5.x (694bc81) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: MERGE.txt | 2 +- bin/service.bat | 122 ++++++++++------ java/org/apache/catalina/realm/RealmBase.java | 9 -- .../valves/CrawlerSessionManagerValve.java | 2 +- java/org/apache/coyote/AbstractProcessor.java | 9 +- java/org/apache/coyote/AbstractProtocol.java | 13 +- java/org/apache/coyote/Processor.java | 14 +- .../http11/upgrade/InternalHttpUpgradeHandler.java | 2 + .../http11/upgrade/UpgradeProcessorBase.java | 10 +- .../http11/upgrade/UpgradeProcessorInternal.java | 6 + .../apache/coyote/http2/Http2UpgradeHandler.java | 99 ++++++++++--- .../tomcat/dbcp/dbcp2/DelegatingConnection.java | 10 +- .../tomcat/dbcp/dbcp2/DelegatingStatement.java | 10 +- .../dbcp/dbcp2/PoolableCallableStatement.java | 8 +- .../dbcp/dbcp2/PoolablePreparedStatement.java | 8 +- .../apache/tomcat/dbcp/dbcp2/SQLExceptionList.java | 8 +- .../websocket/server/WsHttpUpgradeHandler.java | 6 + test/org/apache/catalina/realm/TestRealmBase.java | 43 ------ .../valves/TestCrawlerSessionManagerValve.java | 41 +++++- .../http11/upgrade/TestUpgradeInternalHandler.java | 5 + .../apache/tomcat/util/net/localhost-rsa-cert.pem | 154 +++++++++++---------- .../apache/tomcat/util/net/localhost-rsa-copy1.jks | Bin 4404 -> 2737 bytes .../apache/tomcat/util/net/localhost-rsa-key.pem | 52 +++---- test/org/apache/tomcat/util/net/localhost-rsa.jks | Bin 4404 -> 4455 bytes test/org/apache/tomcat/util/net/user1.jks | Bin 2666 -> 2717 bytes webapps/docs/changelog.xml | 39 +++++- webapps/docs/windows-service-howto.xml | 14 +- 27 files changed, 421 insertions(+), 265 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org