https://bz.apache.org/bugzilla/show_bug.cgi?id=62032
Coty Sutherland <csuth...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #5 from Coty Sutherland <csuth...@apache.org> --- I caught the NPE and reported it as a configuration error (missing certificateFile attribute on the SSLHostConfig) and caught/handled the FileNotFoundException for the other two scenarios above in a way that is consistent across file types (I threw the exception up to the Connector creation to be handled). There was some message/stack trace duplication that I removed in there too, which reduces unnecessary logging and creates a better user experience. Fixed in: - trunk for 9.0.5 onwards - 8.5.x for 8.5.28 onwards -- 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