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

Fix typo in ByteIterator.getBE64()

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

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

      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();
      

              fjuma1@redhat.com Farah Juma
              fjuma1@redhat.com Farah Juma
              Archiver:
              ranumula@redhat.com Raju Anumula

                Created:
                Updated:
                Resolved:
                Archived: