Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: Grails-Springcache 1.3
-
Fix Version/s: Grails-Springcache 1.3.2
-
Component/s: None
-
Labels:None
Description
I have variables being added into the request in filters and taglibs, say request.x and request.y, when accessed later request.x and request.y are null.
These work fine without @Cacheable on the action, but after it is added these variables are null when access in layout components (other than the action-view's GSP).
Request scope variables will need to be cached alongside the response