https://issues.apache.org/bugzilla/show_bug.cgi?id=54227
Bug ID: 54227 Summary: maxAge should be checked on borrow Product: Tomcat Modules Version: unspecified Hardware: All OS: Mac OS X 10.4 Status: NEW Severity: normal Priority: P2 Component: jdbc-pool Assignee: dev@tomcat.apache.org Reporter: mikael.thors...@schibsted.se Classification: Unclassified The pool doesn't look at the maxAge setting when you borrow a connection, only when you return one. That's no good, since it lets you borrow (possibly stale) connections that are much older than maxAge, rendering the feature useless in times of low activity in the pool. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org