https://bz.apache.org/bugzilla/show_bug.cgi?id=58564
Konstantin Kolinko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #1 from Konstantin Kolinko <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
