is there some inteligent way how to share some global data (dns cache
in my case) between Filters?
i mean avoiding to use static variables or subclassing Controller and adding
new field to it.
i am seeking for something per Controller like Context.setAttribute().