From 31ffcb62f2cb3db038d07d281f88010142a147a9 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 19 Jan 2015 22:40:16 +0000 Subject: [PATCH] https://issues.shibboleth.net/jira/browse/SSPCPP-624 --- xmltooling/util/ParserPool.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.1.4