From: Scott Cantor Date: Mon, 19 Jan 2015 22:40:16 +0000 (+0000) Subject: https://issues.shibboleth.net/jira/browse/SSPCPP-624 X-Git-Tag: 1.5.4~15 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=31ffcb62f2cb3db038d07d281f88010142a147a9 https://issues.shibboleth.net/jira/browse/SSPCPP-624 --- diff --git a/xmltooling/util/ParserPool.cpp b/xmltooling/util/ParserPool.cpp index f6bc369..689815b 100644 --- a/xmltooling/util/ParserPool.cpp +++ b/xmltooling/util/ParserPool.cpp @@ -255,6 +255,7 @@ bool ParserPool::loadSchema(const XMLCh* nsURI, const XMLCh* pathname) bool ParserPool::loadCatalogs(const char* pathnames) { string temp(pathnames); + trim(temp); vector catpaths; split(catpaths, temp, is_any_of(PATH_SEPARATOR_STR), algorithm::token_compress_on); static bool (ParserPool::* lc)(const char*) = &ParserPool::loadCatalog;