Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-62039

Base64Encode not able to encode string containing all ASCII characters

    XMLWordPrintable

Details

    • Untriaged
    • Linux x86_64
    • 0
    • Unknown

    Description

      When using a string containing all ASCII characters, the base64Encode functions returns an empty string.
      Steps to recreate:
      create a string using:

      var sampleASCIIString="";
       for (let i = 0; i < 128; i++) 
      { 
      sampleASCIIString += String.fromCharCode(i); 
      }

      make a call the function couchbase.base64Encode() and log its output.

      This issue is present in crc_64_go_iso() as well.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              barkha.goyal Barkha Goyal
              barkha.goyal Barkha Goyal
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty