[JIRA] Commented: (CPPOST-78) Add metadata:rpi schema to OpenSAML

Scott Cantor (JIRA) noreply at shibboleth.net
Fri Sep 21 10:47:21 EDT 2012


    [ https://issues.shibboleth.net/jira/browse/CPPOST-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14398#comment-14398 ] 

Scott Cantor commented on CPPOST-78:
------------------------------------

No, I don't really favor schemaLocation at all. It leads to implementation bugs by software that will treat the locations as normative. Doesn't matter for an editor but it can matter alot for actual security software.

Most decent XML editors now support actual catalogs (I hacked in something based on them, but not real catalog support). Those let you configure the namespace/schema bindings once in your environment and then all your documents work.

Anyway, so it doesn't actually fail is what you're saying? Just has that warning message in the log, but still loads the metadata? That's what I would expect. I can certainly add the schema, it's no problem, I just wanted to make sure it was behaving properly without it.

> Add metadata:rpi schema to OpenSAML
> -----------------------------------
>
>                 Key: CPPOST-78
>                 URL: https://issues.shibboleth.net/jira/browse/CPPOST-78
>             Project: OpenSAML 2 - C++
>          Issue Type: Improvement
>          Components: Other
>    Affects Versions: 2.5.0
>            Reporter: Peter Schober
>            Assignee: Scott Cantor
>         Attachments: md-rpi.diff
>
>
> When adding an entry for {{urn:oasis:names:tc:SAML:metadata:rpi}} to the {{/EntitiesDescriptor/@schemaLocation}} of my metadata batch the verification of that metadata via {{shibd -t}} (from 2.5 RPMs) fails because of a missing {{saml-metadata-rpi-v1.0.xsd}}.
> Attached is a patch that adds the schema and a catalog entry.

--
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