XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • Java 1.3
    • None
    • Java
    • Security Level: Public (Public issues, viewable by everyone)
    • None
    • Operating System: All
      Platform: All
    • 41472

    Description

      In org.apache.xml.security.c14n.implementations.CanonicalizerBase and
      org.apache.xml.security.c14n.implementations.UtfHelpper (How about if the class
      name if changed to UtfHelper with ONE p?):
      The line if ((c & 0x80) ==0) should be changed to if(c < 0x80), since the most
      UTF-chars have 0 at bit 8.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lijun.liao@gmail.com Lijun Liao
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: