Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-56738

Very large value for xs:Integer are wrongly considered as invalid

    XMLWordPrintable

Details

    Description

      When trying to validate a XML with a very large value for xs:Integer (e.g. 17041253445193374908) validation will fail with the following message:

      "Content of element {http://www.w3.org/2000/09/xmldsig#}X509SerialNumber does not match its type definition: 17041253445193374908 is not valid according to xs:integer"
      

      The problem comes from the fact xs:Integer is internally stored as qint64, which cannot hold such values.
      But from my understanding, xs:integer isn't bounded (only xs:int is).

      Then Qt fails to convert the value to a xsInteger internally (in qinteger.cpp Integer::fromLexical)

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            arnaud.bienner Arnaud Bienner
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes