You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2014/01/24 12:03:40 UTC

[jira] [Resolved] (SANTUARIO-375) Canonicalizer.ALGO_ID_C14N_PHYSICAL's initialization

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

Colm O hEigeartaigh resolved SANTUARIO-375.
-------------------------------------------

    Resolution: Fixed


It's an issue...fixed for 1.5.7.

Thanks,

Colm.

> Canonicalizer.ALGO_ID_C14N_PHYSICAL's initialization
> ----------------------------------------------------
>
>                 Key: SANTUARIO-375
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-375
>             Project: Santuario
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: Java 1.5.6
>            Reporter: Eric
>            Assignee: Colm O hEigeartaigh
>             Fix For: Java 1.5.7
>
>
> In org.apache.xml.security.c14n.Canonicalizer.registerDefaultAlgorithms(), there are code:
> canonicalizerHash.put(
>             Canonicalizer.ALGO_ID_C14N_PHYSICAL, 
>             CanonicalizerPhysical.class
>         );
> But in file 'java/org/apache/xml/security/resource/config.xml', there is not a CanonicalizationMethod about  Canonicalizer.ALGO_ID_C14N_PHYSICAL.
> So if i have set property "org.apache.xml.security.resource.config",  there will be a exception thrown in 'org.apache.xml.security.encryption.getInstance()' when i invoke it.
> I'm not sure if it is an issue.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)