Trailing slash is referred to as trailing comma in error message

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor - P4
    • 4.4.0-rc0, 4.7.0
    • Affects Version/s: 4.3.4
    • Component/s: None
    • Fully Compatible
    • ALL
    • v4.4
    • Security 2020-04-06
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      In https://github.com/10gen/mongo-enterprise-modules/blob/master/src/sasl/sasl_aws_server_protocol.cpp#L106 I see the following lines of code:

      
          size_t trailingSlash = authHeader.find('/', pos);
      uassert(51743, "Credential missing trailing comma", trailingSlash != std::string::npos);
      

      It seems to me that this message should be referring to a trailing slash rather than a trailing comma.

            Assignee:
            Mark Benvenuto
            Reporter:
            Oleg Pudeyev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: