webxmlmerge does not merge filters when the schema/version are 2.4 (it is ok
for 2.3)
-------------------------------------------------------------------------------------
Key: CACTUS-269
URL: https://issues.apache.org/jira/browse/CACTUS-269
Project: Cactus
Issue Type: Bug
Components: Ant Integration
Affects Versions: 1.8.1
Reporter: Ghassan Ezzi
Priority: Critical
when the srcfile web.xml schema (and/or version) is 2.4, the merge does not
merge the filters from the mergefile
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"
version="2.4">
.
when the version is 2.3, the merge works.
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
--or--
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/dtd/web-app_2_3.dtd"
version="2.3">
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]