Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
inc-meta/tests/manual/ukf-meta-248/Organization-pass.xml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

To mitigate against https://issues.shibboleth.net/jira/browse/IDP-1647, check for elements in the md namespace which have the same xml:lang value. There are already checks for the mdui and mdrpi namespaces. See ukf/ukf-meta#248 for details
11 lines (11 sloc)
513 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata"> | |
<Organization> | |
<OrganizationName xml:lang="en">English e-learning</OrganizationName> | |
<OrganizationDisplayName xml:lang="en">English e-learning</OrganizationDisplayName> | |
</Organization> | |
<Organization> | |
<OrganizationName xml:lang="en">英語e-learning</OrganizationName> | |
<OrganizationDisplayName xml:lang="en">英語e-learning</OrganizationDisplayName> | |
</Organization> | |
</EntityDescriptor> |