Re: [tomcat] branch 9.0.x updated: Fix Response#sendRedirect() if no request context exists.

2022-03-07 Thread Konstantin Kolinko
вт, 1 мар. 2022 г. в 18:08, : > > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch 9.0.x > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/9.0.x by this push: > new

[Bug 65932] PreparedStatement 'getConnection' returns physical connection instead of pooled one

2022-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65932 Alexey Kutishchev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2022-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=48392 Alexey Kutishchev changed: What|Removed |Added CC||okutishc...@apple.com --- Comment

[Bug 65940] New: DefaultInstanceManager.destroyInstance can lead to a NullPointerException

2022-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65940 Bug ID: 65940 Summary: DefaultInstanceManager.destroyInstance can lead to a NullPointerException Product: Tomcat 9 Version: 9.0.55 Hardware: PC OS: Linux

[Bug 65932] PreparedStatement 'getConnection' returns physical connection instead of pooled one

2022-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65932 --- Comment #3 from Christopher Schultz --- It's probably a performance consideration NOT to wrap the connections returned by Statement.getConnection(). Do you find different behavior if you use Tomcat's default database connection pool (the

[Bug 65932] PreparedStatement 'getConnection' returns physical connection instead of pooled one

2022-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65932 --- Comment #2 from Alexey Kutishchev --- That helped. I'm surprised to see that it is not a default behavior. Any plans to change this? -- You are receiving this mail because: You are the assignee for the bug.