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

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

Eric created SANTUARIO-375:
------------------------------

             Summary: 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


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)