Passing original request object in chain filter in Sling filter
Hi,
We have one sling filter performing some business logic and this is chain filter. But in the logic, we are processing Iterator Object from request attributes. And the same iterator is getting used in next level of chain.
When we try to parse the Iterator in next level we are getting error"Parameter not available" as we have already pasrsed the Iterator Object.
If there any way to pass the original request object in the chain from first filter?
Thanks,
Swati