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 cb85254 Ignore more IntelliJ files new 33e951c Refactor definition of boolean array to reduce code duplication new b866eb9 Additional async dispatch tests 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: .../http/TestHttpServletResponseSendError.java | 2 - .../core/TestAsyncContextImplDispatch.java | 151 +++++++++++++++++++++ .../servlets/DefaultServletEncodingBaseTest.java | 2 - .../servlets/TestDefaultServletOptions.java | 1 - .../servlets/TestWebdavServletOptions.java | 1 - .../apache/catalina/startup/TomcatBaseTest.java | 8 +- test/org/apache/coyote/http2/TestAsync.java | 1 - 7 files changed, 157 insertions(+), 9 deletions(-) create mode 100644 test/org/apache/catalina/core/TestAsyncContextImplDispatch.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org