https://issues.apache.org/bugzilla/show_bug.cgi?id=50700

--- Comment #6 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-02-15 
02:48:13 EST ---
Some comments on the fix for this issue (r1070609), for better understanding:

1) This bug was caused by the fix for bug 49987 (r1022117), Tomcat 6.0.30-32
are affected.
2) The cause of this, which went unnoticed when the patch for Bug 49987 was
reviewed, is that ApplicationContext#setInitParameter(name, value) is effective
only once.

Subsequent calls to #setInitParameter(name, value) with the same name are
ignored. That is why init-param overriding with override="false" stopped
working.

-- 
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

Reply via email to