https://issues.apache.org/bugzilla/show_bug.cgi?id=49371
Summary: Comments in KeyInfo fields prevent successful load Product: Security Version: C++ 1.5.1 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: C++ Signature AssignedTo: security-dev@xml.apache.org ReportedBy: canto...@osu.edu Putting comments into KeyInfo child elements, such as X509Certificate, cause the text nodes to be broken up, and cause failures in the load() method because it only examines the first text node. For at least the cases where detection can be automated (because the content isn't base64), we should insert loops to pick up the first valid text node rather than the first overall. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.