https://issues.apache.org/bugzilla/show_bug.cgi?id=55675
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All Severity|normal |enhancement --- Comment #1 from Mark Thomas <ma...@apache.org> --- Improving handling of invalid configuration is an enhancement rather than a bug. The configuration style used in McastService is not one widely used in Tomcat although I suspect it may be used elsewhere in the org.apache.catalina.tribes package. I'd be happy to see the properties field removed and replaced with standard getters and setters with appropriate defaults. If necessary (I'm not sure it is) , those defaults can be invalid and the implementation can check that they have been set to valid values at an appropriate point. As always, patches welcome. Note that changes like this that modify the API are less likely to be back-ported to earlier versions of Tomcat. -- 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