You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/09/28 11:10:48 UTC

[Bug 57030] New: c14n11 does include parent xml:id attributes in encrypted data

https://issues.apache.org/bugzilla/show_bug.cgi?id=57030

            Bug ID: 57030
           Summary: c14n11 does include parent xml:id attributes in
                    encrypted data
           Product: Tomcat Modules
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Keywords: RFC
          Severity: normal
          Priority: P2
         Component: Tomcat Lite
          Assignee: dev@tomcat.apache.org
          Reporter: premieragent@att.net
                CC: staible@keyon.ch
        Depends on: 47459

+++ This bug was initially created as a clone of Bug #47459 +++

xml:id attributes are still not correctly handled when using c14n11 for
encryption.

Example:

When I encrypt the <data> element in the following xml document, the xml:id
attribute is added to the canonical form of the data tag during encryption.

<?xml version="1.0" encoding="UTF-8"?><test xml:id="ref1234">
  <data>12345678</data>
</test>

encrypt/decrypt using c14n11 creates the following:

<?xml version="1.0" encoding="UTF-8"?><test xml:id="ref1234">
  <data xml:id="ref1234">12345678</data>
</test>

See also attached debug log.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 57030] c14n11 does include parent xml:id attributes in encrypted data

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

Chuck Caldarale <ch...@unisys.com> changed:

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

--- Comment #1 from Chuck Caldarale <ch...@unisys.com> ---
Bugzilla is not a playground.

*** This bug has been marked as a duplicate of bug 47459 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org