[GitHub] [tomcat] rmannibucau commented on a change in pull request #183: preload driver in connection pool
rmannibucau commented on a change in pull request #183: URL: https://github.com/apache/tomcat/pull/183#discussion_r730995255 ## File path: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java ## @@ -335,7 +308,7 @@ protected void connectUsingDriver() throws SQLException { } } if (connection==null) { -throw new SQLException("Driver:"+driver+" returned null for URL:"+driverURL); +throw new SQLException("Driver:"+parent.getDriver()+" returned null for URL:"+driverURL); Review comment: this is not the global style so think it would be unlikely to be better with it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65637] Error starting child: Caused by: java.lang.StringIndexOutOfBoundsException
https://bz.apache.org/bugzilla/show_bug.cgi?id=65637 Christopher Schultz changed: What|Removed |Added Attachment #38071|text/x-log |text/plain mime type|| -- 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
[Bug 65637] Error starting child: Caused by: java.lang.StringIndexOutOfBoundsException
https://bz.apache.org/bugzilla/show_bug.cgi?id=65637 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Christopher Schultz --- Please upgrade Tomcat for the fix. *** This bug has been marked as a duplicate of bug 65433 *** -- 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
[Bug 65433] Possible StringIndexOutOfBoundsException for symlinks in DirResourceSet.listWebAppPaths
https://bz.apache.org/bugzilla/show_bug.cgi?id=65433 Christopher Schultz changed: What|Removed |Added CC||krya...@gmail.com --- Comment #3 from Christopher Schultz --- *** Bug 65637 has been marked as a duplicate of this bug. *** -- 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