Uploaded image for project: 'Cactus'
  1. Cactus
  2. CACTUS-269

webxmlmerge does not merge filters when the schema/version are 2.4 (it is ok for 2.3)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Invalid
    • 1.8.1
    • None
    • Ant Integration
    • None

    Description

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            gusezzi Gus Ezzi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: