<div dir="ltr">In the example under "Example function using a map of conditions" at <a href="https://wiki.shibboleth.net/confluence/pages/viewpage.action?spaceKey=IDP4&title=ContextCheckInterceptConfiguration">https://wiki.shibboleth.net/confluence/pages/viewpage.action?spaceKey=IDP4&title=ContextCheckInterceptConfiguration</a> the page has:<div><br></div><div>        if (condition != null && !condition.<b>apply</b>(input)) {<br>            event = "ContextCheckDenied";<br>        }<br clear="all"><div><br></div><div>I think this should probably be condition.<b>test</b>(...) as apply() is deprecated.</div><div><br></div><div>I didn't want to edit the page directly and wasn't sure how to provide feedback other than posting here.</div></div><div><br></div><div>Cheers,</div><div><br></div><div>Max Spicer</div></div>