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 2013/05/03 02:07:02 UTC

svn commit: r1478615 - /santuario/xml-security-cpp/trunk/xsec/framework/XSECEnv.cpp

Author: scantor
Date: Fri May  3 00:07:02 2013
New Revision: 1478615

URL: http://svn.apache.org/r1478615
Log:
Reversing flag change due to imminent patch release.

Modified:
    santuario/xml-security-cpp/trunk/xsec/framework/XSECEnv.cpp

Modified: santuario/xml-security-cpp/trunk/xsec/framework/XSECEnv.cpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/framework/XSECEnv.cpp?rev=1478615&r1=1478614&r2=1478615&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/framework/XSECEnv.cpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/framework/XSECEnv.cpp Fri May  3 00:07:02 2013
@@ -156,7 +156,7 @@ XSECEnv::XSECEnv(DOMDocument *doc) {
 												XMLFormatter::UnRep_CharRef));
 
 	// Set up IDs
-	m_idByAttributeNameFlag = false;		// At the moment this is on by default
+	m_idByAttributeNameFlag = true;		// At the moment this is on by default
 	// Register "Id" and "id" as valid Attribute names
 	registerIdAttributeName(s_Id);
 	registerIdAttributeName(s_id);