[ http://jira.codehaus.org/browse/MWAR-24?page=comments#action_60852 ] 

Vincent Massol commented on MWAR-24:
------------------------------------

Does the context.xml file applies to all webapp? AFAIK this file is 
Tomcat-specific. If that were the case I don't think we should include this 
patch (or not as it is). Indeed why would Tomcat get a special attention. What 
about all the other container's config files (jboss-web.xml, weblogic.xml, 
geronimo-*.xml, etc)? It doesn't look right. That's of course unless I'm wrong 
and there's a context.xml that has sprung up in some latest servlet spec that 
I'm not aware of :-)

Thanks
-Vincent

> [PATCH] Add ability to specify context.xml file in plugin configuration
> -----------------------------------------------------------------------
>
>          Key: MWAR-24
>          URL: http://jira.codehaus.org/browse/MWAR-24
>      Project: Maven 2.x War Plugin
>         Type: New Feature

>     Versions: 2.0
>     Reporter: Kris Nuttycombe
>     Assignee: John Tolentino
>      Fix For: 2.0
>  Attachments: contextXml.patch
>
>   Time Spent: 2 hours, 30 minutes
>    Remaining: 0 minutes
>
> The context.xml file for a web application may require configuration specific 
> to the deployment environment of the webapp, and consequently should be able 
> to be treated like the web.xml file in allowing the location of the 
> context.xml file to be used in the webapp to be specified by a plugin 
> configuration parameter. This patch basically duplicates the replacement 
> functionality provided for the web.xml file for META-INF/context.xml.
> This patch also provides a minor bugfix to ensure that values of the webXml 
> and contextXml parameters do not accept whitespace as valid values.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to