Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-1395

Incorrect type on <set-port /> element within authentication-configuration-type

    XMLWordPrintable

Details

    Description

      Presently it is defined as: -

      <xsd:element name="set-port" type="port-number-simple-type" minOccurs="0"/>
      

      It should be 'port-number-type' i.e.

          <xsd:complexType name="port-number-type">
              <xsd:attribute name="number" type="port-number-simple-type" use="required"/>
          </xsd:complexType>
      
          <xsd:simpleType name="port-number-simple-type">
              <xsd:restriction base="xsd:positiveInteger">
                  <xsd:minInclusive value="1"/>
                  <xsd:maxInclusive value="65535"/>
              </xsd:restriction>
          </xsd:simpleType>
      

      Attachments

        Activity

          People

            darran.lofthouse@redhat.com Darran Lofthouse
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: