There appears to be a number of cases where the "contains" keyword in Liquid will fail to work correctly.
It appears that "contains" attempts to perform looping[1], however we do not allow loops in our liquid implementation[2]
[1]https://github.com/chenxianyu2015/liquid-lua/blob/58e0a197445300538adab021d574f9375ebb6eba/lib/liquid.lua#L2076-L2095
[2]https://github.com/3scale/APIcast/blob/e7f6ebbf15d1b053283f0d77ae7176e1c7bfcb44/gateway/src/apicast/template_string.lua#L72
- relates to
-
THREESCALE-8384 JWT Claim Check Policy does not allow checking Client Claims of certain application IDs
- Closed
- links to