https://issues.apache.org/bugzilla/show_bug.cgi?id=50650
--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-01-25 16:49:42 EST --- > and I've already seen at least one major application (ofbiz) that expects > that to work That never worked. Why are they expecting something? > Most specifically, if the user calls setProperty("proxyName", String) it > should be expected that the getProxyName returns the same value. No, I would expect that getProperty("proxyName") would return the value, from symmetry. There is no need in a class to provide two sets of API to the same underlying features. It is caller's responsibility to call the correct API. Note, that besides Connector there are also a lot of other classes in Tomcat that have setProperty(..)/getProperty(..) methods and behave in the same way. If anybody would like to propose a patch we may talk further, but I see no bug here. I will leave this open for a while, if anyone else wants to comment. -- 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org