https://bz.apache.org/bugzilla/show_bug.cgi?id=59661
Michael Osipov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |FIXED --- Comment #2 from Michael Osipov <[email protected]> --- (In reply to Remy Maucherat from comment #1) > I guess it would be an enhancement, but I don't see the point, it's possible > to define global resources, etc. So we won't add a system property on every > field in Tomcat [this is basically the request here]. Wow, won't fixing with the speed of light? All you have to do is Properties p = new Properties(System.getProperties()); This is an enhancement which can easily be made. Since I have little control over the factory, this would be at least conforming with the code snippet shown. -- 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]
