Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-12655

Support authentication mechanisms separated by comma

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • 12.1.0.Final
    • Security
    • None
    • multi-value xml attributes are declared as xs:list and the only accepted seprator according to the XML Schema spec is whitespace.

      The current implementation allows only

      <rest-connector>
        <authentication mechanisms="DIGEST BASIC"/>
      </rest-connector>
      

      It will be good allows also

      <rest-connector>
        <authentication mechanisms="DIGEST,BASIC"/>
      </rest-connector>
      

              Unassigned Unassigned
              dlovison@redhat.com Diego Lovison
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: