https://issues.apache.org/bugzilla/show_bug.cgi?id=50650
Lon Binder <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | --- Comment #2 from Lon Binder <[email protected]> 2011-01-25 15:42:12 EST --- Konstantin - I respectfully disagree, the design is fatally flawed. It should not be the case that setProperty("proxyName", String) behaves differently than setProxyName(String). Most specifically, if the user calls setProperty("proxyName", String) it should be expected that the getProxyName returns the same value. If this is by design, the API docs need a lot of work, and I've already seen at least one major application (ofbiz) that expects that to work. If you won't change the code, please at least make this really clear in the API and in the tomcat properties pages (non javadoc). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
