[cpp-xmltooling COMMIT] /branches/REL_1/xmltooling/util/ParserPool.cpp
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jan 19 17:40:17 EST 2015
Author: scantor
Date: Mon Jan 19 17:40:16 2015
New Revision: 1040
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1040&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-624
Modified:
branches/REL_1/xmltooling/util/ParserPool.cpp
Modified: branches/REL_1/xmltooling/util/ParserPool.cpp
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/util/ParserPool.cpp?rev=1040&r1=1039&r2=1040&view=diff
==============================================================================
--- branches/REL_1/xmltooling/util/ParserPool.cpp (original)
+++ branches/REL_1/xmltooling/util/ParserPool.cpp Mon Jan 19 17:40:16 2015
@@ -255,6 +255,7 @@
bool ParserPool::loadCatalogs(const char* pathnames)
{
string temp(pathnames);
+ trim(temp);
vector<string> catpaths;
split(catpaths, temp, is_any_of(PATH_SEPARATOR_STR), algorithm::token_compress_on);
static bool (ParserPool::* lc)(const char*) = &ParserPool::loadCatalog;
More information about the commits
mailing list