[JIRA] Resolved: (SSPCPP-495) Warnung Shibboleth.PropertySet : load() skipping duplicate property set:
Scott Cantor (JIRA)
noreply at shibboleth.net
Mon Aug 20 13:16:06 EDT 2012
[ https://issues.shibboleth.net/jira/browse/SSPCPP-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott Cantor resolved SSPCPP-495.
---------------------------------
Resolution: Fixed
http://svn.shibboleth.net/view/cpp-sp?rev=3761&view=rev
> Warnung Shibboleth.PropertySet : load() skipping duplicate property set:
> ------------------------------------------------------------------------
>
> Key: SSPCPP-495
> URL: https://issues.shibboleth.net/jira/browse/SSPCPP-495
> Project: Shibboleth SP - C++
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 2.5.0
> Reporter: rhoerbe at idp.protectnetwork.org
> Assignee: Scott Cantor
> Priority: Minor
>
> When restarting shibd (2.5.0) I am encountering this warning:
> "Shibboleth.PropertySet : load() skipping duplicate property set: {urn:eu:stork:names:tc:STORK:1.0:assertion}RequestedAttribute"
> The session initiator looks like this:
> <SessionInitiator type="SAML2" Location="/Login" forceAuthn="true" isPassive="false">
> <samlp:AuthnRequest
> xmlns:stork="urn:eu:stork:names:tc:STORK:1.0:assertion"
> xmlns:storkp="urn:eu:stork:names:tc:STORK:1.0:protocol"
> ID="_Meaningslessstring4xmlvalidatioN" IssueInstant="1900-01-01T00:00:00Z" Version="2.0">
> <samlp:Extensions>
> <storkp:RequestedAttributes>
> <stork:RequestedAttribute Name="http://www.stork.gov.eu/1.0/eIdentifier" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true"/>
> <stork:RequestedAttribute Name="http://www.stork.gov.eu/1.0/givenName" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" />
> </storkp:RequestedAttributes>
> </samlp:Extensions>
> </samlp:AuthnRequest>
> If I remove one of the 2 stork:RequestedAttribute elements, the warning goes away. It does, however, produce the expected AuthnRequest.
--
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