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

Rod Widdowson (JIRA) noreply at shibboleth.net
Wed Dec 21 15:01:26 GMT 2011


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