activationCondition IPRangePredicate

Rod Widdowson rdw at steadingsoftware.com
Tue Sep 27 11:37:22 EDT 2016


> <!-- Single address range -->
> <bean id="MyCondition" class="org.opensaml.profile.logic.IPRangePredicate"
>      p:httpServletRequest-ref="shibboleth.HttpServletRequest"
>      p:addressRanges="192.168.1.0/24" />


Note sure why that should fail (I'll investigate), but can you try:

<bean id="MyCondition" class="org.opensaml.profile.logic.IPRangePredicate"
      p:httpServletRequest-ref="shibboleth.HttpServletRequest"
      p:addressRanges="{{192.168.1.0/24}}" />

Rod



More information about the users mailing list