https://bz.apache.org/bugzilla/show_bug.cgi?id=58564
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> --- Boolean.parseBoolean(System.getProperty("xxx"), "false") explicitly shows that the default is "false". Using Boolean.getBoolean() hides this fact. Unlike similar methods elsewhere, there is no 2-arguments variant of this method to provide an explicit default. The default value can be different in different versions of Tomcat. It is better to cleanly see what is the actual default value. -- 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