Open ccasin opened 5 years ago
The policy evaluation function should explicitly set ctx->cached in both the "do cache" and "don't cache" cases. The current version relies on the caller to have set "ctx->cached" to true before the call, which may not be the case.
The policy evaluation function should explicitly set ctx->cached in both the "do cache" and "don't cache" cases. The current version relies on the caller to have set "ctx->cached" to true before the call, which may not be the case.