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

[CX] Ignore zero-width non-breaking space if it appears in middle of the file

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • Morpheus
    • 7.1.0
    • analytics
    • Untriaged
    • 1
    • Unknown
    • CX Sprint 284

    Description

      Currently, we can ignore the byte order mark if it appears at the start of the file, but if a zero-width non-breaking space appears in the middle of the file, it will cause failing to parse the file correctly

       

      Reason:

      The way data is read is by specifying the startPositionOfObject until endPositionOfObject then read the data. If the byte order mark appears at the start, we can shift the startPositionOfObject, but it is an issue if we have a zero-width non-breaking space in the middle, as that will still be included in the data and will cause a failure.

      Attachments

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

        Activity

          People

            Hussain.Towaileb Hussain Towaileb
            Hussain.Towaileb Hussain Towaileb
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty