[JIRA] Closed: (OSJ-13) Possible typo in opensaml-saml-impl/src/main/resources/saml2-assertion-config.xml

Chad La Joie (JIRA) noreply at shibboleth.net
Wed Dec 21 15:05:25 GMT 2011


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

Chad La Joie closed OSJ-13.
---------------------------

    Resolution: Invalid

No, there should be anything registered for an IssuerType because such a thing doesn't exist.  Issuer is an instance of the NameIDType

> Possible typo in opensaml-saml-impl/src/main/resources/saml2-assertion-config.xml
> ---------------------------------------------------------------------------------
>
>                 Key: OSJ-13
>                 URL: https://issues.shibboleth.net/jira/browse/OSJ-13
>             Project: OpenSAML - Java
>          Issue Type: Bug
>            Reporter: Rod Widdowson
>            Assignee: Brent Putman
>
> line 220 ff:
>         <!-- Issuer -->
>         <ObjectProvider qualifiedName="saml2:Issuer">
>             <BuilderClass className="org.opensaml.saml2.core.impl.IssuerBuilder"/>
>             <MarshallingClass className="org.opensaml.saml2.core.impl.IssuerMarshaller"/>
>             <UnmarshallingClass className="org.opensaml.saml2.core.impl.IssuerUnmarshaller"/>
>         </ObjectProvider>
>         
> I think that there should be another entry for IssuerType.  
> In testing the IdP the following lines:
>         final SAMLObjectBuilder<Issuer> issuerBuilder =
>                 (SAMLObjectBuilder<Issuer>) Configuration.getBuilderFactory().getBuilder(Issuer.TYPE_NAME);
> return null without this change.  
> I am not 100% certain of all the intricacies here which is why I enter this as a case rather than just fix it.

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