Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-17489

Default to https://www.w3.org instead of http://www.w3.org to resolve XML Binding TCK failures

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 26.1.3.Final
    • 26.1.2.Final
    • XML Frameworks
    • None

    Description

      Back port the https://github.com/eclipse-ee4j/jaxb-ri/pull/1661 change to https://github.com/wildfly/jaxb-ri/blob/master/jaxb-ri such that https://github.com/wildfly/jaxb-ri/blob/master/jaxb-ri/runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/schemagen/XmlSchemaGenerator.java#L625 changes from:

      schema._import().namespace(WellKnownNamespace.XML_MIME_URI).schemaLocation("http://www.w3.org/2005/05/xmlmime");
      

      To:

      schema._import().namespace(WellKnownNamespace.XML_MIME_URI).schemaLocation("https://www.w3.org/2005/05/xmlmime");
      

      The ^ change should address the XML Binding TCK failures we are seeing as described in https://github.com/jakartaee/jaxb-tck/issues/78.

      Attachments

        Issue Links

          Activity

            People

              smarlow1@redhat.com Scott Marlow
              smarlow1@redhat.com Scott Marlow
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: