You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2010/05/06 20:15:26 UTC

svn commit: r941838 - in /xml/security/trunk/c: CHANGELOG.txt src/transformers/TXFMXPathFilter.hpp

Author: scantor
Date: Thu May  6 18:15:25 2010
New Revision: 941838

URL: http://svn.apache.org/viewvc?rev=941838&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=49260

Modified:
    xml/security/trunk/c/CHANGELOG.txt
    xml/security/trunk/c/src/transformers/TXFMXPathFilter.hpp

Modified: xml/security/trunk/c/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/CHANGELOG.txt?rev=941838&r1=941837&r2=941838&view=diff
==============================================================================
--- xml/security/trunk/c/CHANGELOG.txt (original)
+++ xml/security/trunk/c/CHANGELOG.txt Thu May  6 18:15:25 2010
@@ -4,7 +4,8 @@ Changes since 1.5.1
 * Fix for bug#45867, support for >1 CRL per KeyInfo (SC)
 * Fix for bug#49148, buffer initialization issue (SC)
 * Fix for bug#49255, vector index bug (SC)
-* Fix for bug#49256, stylesheet append bug (SC)
+* Fix for bug#49257, stylesheet append bug (SC)
+* Fix for bug#49260, header guard in XPath transform header (SC)
 * Expose algorithm URI on Signature and Reference objects (SC)
 * White/blacklisting of otherwise registered algorithms (SC)
 

Modified: xml/security/trunk/c/src/transformers/TXFMXPathFilter.hpp
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/src/transformers/TXFMXPathFilter.hpp?rev=941838&r1=941837&r2=941838&view=diff
==============================================================================
--- xml/security/trunk/c/src/transformers/TXFMXPathFilter.hpp (original)
+++ xml/security/trunk/c/src/transformers/TXFMXPathFilter.hpp Thu May  6 18:15:25 2010
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2005 The Apache Software Foundation.
+ * Copyright 2002-2010 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
  */
 
 #if !defined (TXFMXPATHFILTER_HEADER)
-#define XFMXPATHFILTER_HEADER
+#define TXFMXPATHFILTER_HEADER
 
 #include <xsec/transformers/TXFMBase.hpp>
 #include <xsec/utils/XSECXPathNodeList.hpp>