I put all my application properties and configuration into a hippo resource bundle and (based on the channel) into the channel settings (ChannelInfo).
Is there any way to access the channel configuration and hippo resource bundles from a ServletFilter?
I am using a SpringSecurityFilter and I need access to those configuration items.
Regards
EDIT In the HsTDelegateeFilterBean#doFilter the current hstRequestContext is put into the ServletRequest (as an attribute) but unfortunately it is removed after the execution of the doFilter method.