You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Scott Cantor (JIRA)" <ji...@apache.org> on 2010/12/07 19:34:11 UTC

[jira] Updated: (SANTUARIO-144) version 1.4.0 : wrong xmlns in function XENCEncryptionMethodImpl::setDigestMethod

     [ https://issues.apache.org/jira/browse/SANTUARIO-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor updated SANTUARIO-144:
-----------------------------------

    Fix Version/s: C++ 1.6.0

> version 1.4.0  : wrong xmlns in function XENCEncryptionMethodImpl::setDigestMethod
> ----------------------------------------------------------------------------------
>
>                 Key: SANTUARIO-144
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-144
>             Project: Santuario
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: C++ 1.5.1
>         Environment: Operating System: All
> Platform: All
>            Reporter: Jerome Clavieras
>            Assignee: XML Security Developers Mailing List
>            Priority: Blocker
>             Fix For: C++ 1.6.0
>
>
> DigestMethod element is not described in http://www.w3.org/2001/04/xmlenc# but
> in http://www.w3.org/2000/09/xmldsig#
> shouldn't code on line 337 of file XENCEncryptionMethodImpl.cpp 
> e->setAttributeNS(DSIGConstants::s_unicodeStrURIXMLNS,					         
> str.rawXMLChBuffer(),
>           DSIGConstants::s_unicodeStrURIXENC);
> be replaced by this one
> e->setAttributeNS(DSIGConstants::s_unicodeStrURIXMLNS,					         
> str.rawXMLChBuffer(),
>           DSIGConstants::s_unicodeStrURIDSIG);
> Thank you in advance for your (quick) answer about what seems to be a bug to me
> and once  corrected allows interoperability with xmlsec library.
> Jerome

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.