Savas Ziplies created FEDIZ-60:
----------------------------------
Summary: 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
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