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 a2da7fbf8b Fix BZ 69214. CORS. POST with no content-type is not a reason to reject new a008c8f563 Correctly Proxy Statement returned from ResultSet new 6cef465571 Follow-up to BZ 69206 fix. Change log entry and code clean-up. 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: .../apache/tomcat/jdbc/pool/StatementFacade.java | 122 +++++++++++-- .../AbstractCreateStatementInterceptor.java | 109 +++++++----- .../tomcat/jdbc/test/ProxiedResultSetTest.java | 190 +++++++++++++++++++++ .../tomcat/jdbc/test/ProxiedStatementTest.java | 61 +++++++ .../apache/tomcat/jdbc/test/driver/ResultSet.java | 13 +- .../apache/tomcat/jdbc/test/driver/Statement.java | 13 +- webapps/docs/changelog.xml | 11 ++ 7 files changed, 450 insertions(+), 69 deletions(-) create mode 100644 modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ProxiedResultSetTest.java create mode 100644 modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ProxiedStatementTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org