You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ra...@apache.org on 2005/05/22 12:36:26 UTC

cvs commit: xml-security/src/org/apache/xml/security/transforms/implementations TransformXPathFilterCHGP.java TransformXPath2Filter04.java

raul        2005/05/22 03:36:26

  Modified:    src/org/apache/xml/security/resource config.xml
  Removed:     src/org/apache/xml/security/transforms/implementations
                        TransformXPathFilterCHGP.java
                        TransformXPath2Filter04.java
  Log:
  Unified http://www.w3.org/2002/06/xmldsig-filter2 and
    http://www.w3.org/2002/04/xmldsig-filter2 transformation implementations.
  Removed http://www.nue.et-inf.uni-siegen.de/~geuer-pollmann/
  
  Revision  Changes    Path
  1.41      +1 -4      xml-security/src/org/apache/xml/security/resource/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/resource/config.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- config.xml	6 Oct 2004 14:42:22 -0000	1.40
  +++ config.xml	22 May 2005 10:36:26 -0000	1.41
  @@ -43,13 +43,10 @@
                             JAVACLASS="org.apache.xml.security.transforms.implementations.TransformXSLT" />
         <!-- XPath version 2 -->
         <TransformAlgorithm URI="http://www.w3.org/2002/04/xmldsig-filter2"
  -                          JAVACLASS="org.apache.xml.security.transforms.implementations.TransformXPath2Filter04" />
  +                          JAVACLASS="org.apache.xml.security.transforms.implementations.TransformXPath2Filter" />
         <!-- XPath version 2b -->
         <TransformAlgorithm URI="http://www.w3.org/2002/06/xmldsig-filter2"
                             JAVACLASS="org.apache.xml.security.transforms.implementations.TransformXPath2Filter" />
  -      <!-- Christian Geuer-Pollmanns approach for XPath 2; experimantal -->
  -      <TransformAlgorithm URI="http://www.nue.et-inf.uni-siegen.de/~geuer-pollmann/#xpathFilter"
  -                          JAVACLASS="org.apache.xml.security.transforms.implementations.TransformXPathFilterCHGP" />
      </TransformAlgorithms>
      <SignatureAlgorithms>
         <SignatureAlgorithm URI="http://www.w3.org/2000/09/xmldsig#dsa-sha1"