You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by bu...@apache.org on 2010/06/01 23:43:55 UTC

DO NOT REPLY [Bug 49371] New: Comments in KeyInfo fields prevent successful load

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: cantor.2@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.

DO NOT REPLY [Bug 49371] Comments in KeyInfo fields prevent successful load

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49371

Scott Cantor <ca...@osu.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Scott Cantor <ca...@osu.edu> 2010-06-01 19:48:25 EDT ---
http://svn.apache.org/viewvc?view=revision&revision=950314

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.