You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2013/06/17 10:52:21 UTC

[jira] [Resolved] (FEDIZ-60) Fediz SAML WebSSO Documentation is missing a closing > in one code snippet

     [ https://issues.apache.org/jira/browse/FEDIZ-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh resolved FEDIZ-60.
--------------------------------------

    Resolution: Fixed
    
> Fediz SAML WebSSO Documentation is missing a closing > in one code snippet
> --------------------------------------------------------------------------
>
>                 Key: FEDIZ-60
>                 URL: https://issues.apache.org/jira/browse/FEDIZ-60
>             Project: CXF-Fediz
>          Issue Type: Documentation
>            Reporter: Savas Ziplies
>            Assignee: Colm O hEigeartaigh
>            Priority: Trivial
>
> Hi
> This is absolutely less than even trivial but I stumbled upon a missing closing delimiter on http://cxf.apache.org/docs/saml-web-sso.html#SAMLWebSSO-POSTBindingFilter
> {code}
>  <bean id="ssoRedirectPOST" class="org.apache.cxf.rs.security.saml.sso.SamlPostBindingFilter">
>         <property name="idpServiceAddress" value="https://localhost:9443/idp"/>
>         <property name="assertionConsumerServiceAddress" value="/racs/sso"/>
>         <property name="stateProvider" ref="stateManager"/>
>         <property name="useDeflateEncoding" value="true"/>
>  </bean
> {code}
> The last closing > is missing @</bean.
> Sorry if this seems to trivial, but for the lazy ones like me, this can be closed when you have time.
> Best

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira