Details

    • Type: Improvement
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: core
    • Labels:
      None
    • Proposal:
      Hide

      There should be no restriction on the clientId other than it MUST comprise only Unicode characters, and the
      length of the UTF-8 encoding MUST be at least one byte and no more than 65535 bytes long.

      The server MAY restrict the clientIds it allows in terms of their lengths and the characters they contain, however the server MUST
      allow clientIds which are 23 or fewer UTF-8 encoded bytes in length, and contain only the characters "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".

      Show
      There should be no restriction on the clientId other than it MUST comprise only Unicode characters, and the length of the UTF-8 encoding MUST be at least one byte and no more than 65535 bytes long. The server MAY restrict the clientIds it allows in terms of their lengths and the characters they contain, however the server MUST allow clientIds which are 23 or fewer UTF-8 encoded bytes in length, and contain only the characters "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".
    • Resolution:
      Hide

      Updated in draft07 lines 624 on.

      Show
      Updated in draft07 lines 624 on.

      Description

      The current specification says that the client Identifier must be 1 - 23 characters in length.
      Should this mean

      1-23 bytes when transformed to UTF-8
      1-23 Unicode characters, counting surrogate pairs as single characters
      1-23 Unicode characters, counting surrogate pairs as two characters

        Attachments

          Activity

            People

            • Assignee:
              andrew_banks Andrew Banks (Inactive)
              Reporter:
              andrew_banks Andrew Banks (Inactive)
            • Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: