Details
-
Type:
Wish
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: overlay
-
Labels:None
-
Number of attachments :
Description
I'm looking for a way to use the war overlay feature and have the web.xml merged with the content of both the parent war and the child war.
For example, we have two wars A and B, and B is depending on A using the overlay feature. Now, I'd like all filters, servlets etc that are configured in A to be available in the resulting war, as well as all filters, servlets etc from B. If the id attributes clash, then the objects from B should be used.
Any ideas how this could be accomplished?
We have that in mind. I can't provide any schedule though.
The idea would be to integrate the merge functionnality from the Cargo project. FYI we are currently refactoring the overlay mechansim.