<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 15, 2015 at 10:41 AM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":vf" class="" style="overflow:hidden">If you wanted to get fancier and avoid the quotes in the property file, handle whitespace better, etc., you can embed this bean as the value:<br>
<br>
<bean parent="shibboleth.CommaDelimStringArray" c:_0="#{ '%{<a href="http://your.property.name" rel="noreferrer" target="_blank">your.property.name</a>}'.trim() }" /></div></blockquote></div><br>Where?</div><div class="gmail_extra"><br></div><div class="gmail_extra">This parses but does not work..</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra"><bean parent="shibboleth.Conditions.RelyingPartyId"></div><div class="gmail_extra"> <constructor-arg></div><div class="gmail_extra"> <list></div><div class="gmail_extra"> <bean parent="shibboleth.CommaDelimStringArray" c:_0="#{ '%{idp.friend.services}'.trim() }" /></div><div class="gmail_extra"> </list></div><div class="gmail_extra"> </constructor-arg></div><div class="gmail_extra"></bean></div><div><br></div><div><br></div><div>idp.properties:</div><div>idp.friend.services = <a href="https://sp1.example.edu">https://sp1.example.edu</a>, <a href="https://sp2.example.edu">https://sp2.example.edu</a></div><div><br></div><div>Liam </div></div></div>