26 Aug
2014
26 Aug
'14
8:43 p.m.
Zenon Mousmoulas wrote:
Forcing return within a policy doesn't seem to work; the return code propagates correctly but processing doesn't stop.
Yes. Policies are like subroutines. You can return from a policy, but it doesn't affect the function which called the policy.
I'm not sure if this is by design? Using v3.0.x (not head but close).
It's by design. Alan DeKok.