You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/07/13 14:22:36 UTC

DO NOT REPLY [Bug 47516] parameters in conf/context.xml and context.xml.default are ignored

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

Martin Harm <ma...@web.de> changed:

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

--- Comment #4 from Martin Harm <ma...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org