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

Martin Harm <martin.h...@web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |

--- Comment #4 from Martin Harm <martin.h...@web.de> 2011-07-13 12:22:36 UTC ---
Parameters with override="false" in Context-Files dont overrule the
<context-param> in the corresponding web-app.
See: 
 org.apache.catalina.core.StandardContext.mergeParameters() 
  --> set (twice) on the context and override property is honored 
but will be ignored, because in 
  org.apache.catalina.core.ApplicationContext.setInitParameter(...)
the value wont change

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