Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-1147

Allow _ in the names for name value pair

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.7
    • 0.7
    • None
    • None

    Description

      Currently the XSD element restriction is to specified as below

      <xs:simpleType name="KEY_VALUE_PAIR">
      <xs:restriction base="xs:string">
      <xs:pattern value="(\w+=[^,])?([,]?[ ][\w]=[^,]+)"/>
      </xs:restriction>
      </xs:simpleType>

      We need to allow _ in the name so that we can have tags that are falcon internal (for example, we plan to use falcon_mirroring_type to identify mirroring processes from other processes

      Attachments

        1. FALCON-1147.v0.patch
          2 kB
          Sowmya Ramesh
        2. FALCON-1147.v1.patch
          6 kB
          Sowmya Ramesh

        Activity

          People

            sowmyaramesh Sowmya Ramesh
            venkatnrangan Venkat Ranganathan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: