Uploaded image for project: 'WildFly Common'
  1. WildFly Common
  2. WFCOM-27

Fix typo in ByteIterator.getBE64()

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.3.2.Final, 1.4.0.Final
    • None
    • None

    Description

      In ByteIterator.getBE64(), the 52 should below should be 56 (this was fixed in org.wildfly.security.util.ByteIterator just after ByteIterator was moved to WildFly Common):

      return (long)next() << 52 | (long)next() << 48 | (long)next() << 40 | (long)next() << 32 | (long)next() << 24 | (long)next() << 16 | (long)next() << 8 | (long)next();
      

      Attachments

        Issue Links

          Activity

            People

              fjuma1@redhat.com Farah Juma
              fjuma1@redhat.com Farah Juma
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: