This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 9e1aebd2d1 Fix BZ 69214. CORS. POST with no content-type is not a
reason to reject
new aa0a9932f0 Correctly Proxy Statement returned from ResultSet
new 2b3776ad46 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 | 116 ++++++++-----
.../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, 453 insertions(+), 73 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: [email protected]
For additional commands, e-mail: [email protected]