Question about CacheKeyTemplate
Cantor, Scott
cantor.2 at osu.edu
Wed Aug 13 14:08:53 UTC 2025
> However, this has now led to an error: Apparently, all users
> have now received the same cached entry.
If you want a direct read on it, set this category to TRACE for logging:
net.shibboleth.idp.attribute.resolver.dc.http.impl.TemplatedBodyBuilder
It will dump out the cache key it generates.
Velocity defaults to handling "invalid or non-exixtent" references to variables by just echoing through the literal text of the variable expression, so if they're all getting the same one, it's likely that expression isn't right and there is no such attribute being fed in.
Or there's a bug of course.
All my caching connectors are GET, so I have not had to try the feature.
-- Scott
More information about the users
mailing list