[JIRA] Created: (SSPCPP-413) Schema catalogs should be set after XMLTooling init.
Scott Cantor (JIRA)
noreply at shibboleth.net
Tue Dec 20 20:25:25 GMT 2011
Schema catalogs should be set after XMLTooling init.
----------------------------------------------------
Key: SSPCPP-413
URL: https://issues.shibboleth.net/jira/browse/SSPCPP-413
Project: Shibboleth SP - C++
Issue Type: Bug
Components: Configuration
Affects Versions: 2.4.3, 2.4.2, 2.4.1, 2.4
Reporter: Scott Cantor
Assignee: Scott Cantor
Priority: Minor
Fix For: 2.5
The init process relies on XMLToolingConfig::init to handle setting the schema catalogs into the parser. This doesn't happen if the library was initialized by something else prior to SPConfig::init. We should move the catalog setter down below the init call. Cleanest would be to add an API for that explicitly in XMLToolingConfig to minimize code duplication.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list