https://issues.apache.org/bugzilla/show_bug.cgi?id=52327
Bug #: 52327 Summary: DataSourceProxy is not thread-safe Product: Tomcat Modules Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: jdbc-pool AssignedTo: dev@tomcat.apache.org ReportedBy: s...@apache.org Classification: Unclassified DataSourceProxy is not thread-safe - the poolProperties field is mutable, but access is not synchronised, and the field is not volatiel. So changes to the field are not guaranteed to be published to all threads. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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