[cpp-xmltooling COMMIT] /branches/REL_1/xmltooling/XMLToolingConfig.cpp
noreply at shibboleth.net
noreply at shibboleth.net
Wed Sep 12 14:52:13 EDT 2012
Author: scantor
Date: Wed Sep 12 14:52:13 2012
New Revision: 996
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=996&view=rev
Log:
https://issues.shibboleth.net/jira/browse/CPPXT-89
Modified:
branches/REL_1/xmltooling/XMLToolingConfig.cpp
Modified: branches/REL_1/xmltooling/XMLToolingConfig.cpp
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/XMLToolingConfig.cpp?rev=996&r1=995&r2=996&view=diff
==============================================================================
--- branches/REL_1/xmltooling/XMLToolingConfig.cpp (original)
+++ branches/REL_1/xmltooling/XMLToolingConfig.cpp Wed Sep 12 14:52:13 2012
@@ -413,12 +413,15 @@
# ifdef XMLTOOLING_XMLSEC_DEBUGLOGGING
XSECPlatformUtils::SetReferenceLoggingSink(TXFMOutputLogFactory);
# endif
- m_xsecProvider=new XSECProvider();
+ m_xsecProvider = new XSECProvider();
log.debug("XML-Security %s initialization complete", XSEC_FULLVERSIONDOT);
#endif
- m_parserPool=new ParserPool();
- m_validatingPool=new ParserPool(true,true);
+ m_parserPool = new ParserPool();
+ m_validatingPool = new ParserPool(true,true);
+
+ m_pathResolver = new PathResolver();
+ m_urlEncoder = new URLEncoder();
// Load catalogs from deprecated path setting.
if (!catalog_path.empty())
@@ -458,9 +461,6 @@
#endif
registerSOAPTransports();
initSOAPTransports();
-
- m_pathResolver = new PathResolver();
- m_urlEncoder = new URLEncoder();
HTTPResponse::getAllowedSchemes().push_back("https");
HTTPResponse::getAllowedSchemes().push_back("http");
More information about the commits
mailing list