[JIRA] Resolved: (SSPCPP-413) Schema catalogs should be set after XMLTooling init.

Scott Cantor (JIRA) noreply at shibboleth.net
Wed Dec 21 21:09:25 GMT 2011


     [ https://issues.shibboleth.net/jira/browse/SSPCPP-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor resolved SSPCPP-413.
---------------------------------

    Resolution: Fixed

http://svn.shibboleth.net/view/cpp-sp?rev=3551&view=rev

> 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, 2.4.1, 2.4.2, 2.4.3
>            Reporter: Scott Cantor
>            Assignee: Scott Cantor
>            Priority: Minor
>             Fix For: 2.5
>
>   Original Estimate: 30 minutes
>  Remaining Estimate: 30 minutes
>
> 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