DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41472>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41472 Summary: UTF-encoding Product: Security Version: Java 1.3 Platform: All OS/Version: All Status: NEW Keywords: PatchAvailable Severity: major Priority: P2 Component: Canonicalization AssignedTo: security-dev@xml.apache.org ReportedBy: [EMAIL PROTECTED] 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. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.