If a filter decorates a request before pushing it down to the FilterChain, ServletEnvironment currently has no way of detecting it, so it always returns the outer-most request. This is of course a problem for services called from inside child filters.
Looks like we'll need to wrap filter chains and keep a stack of filter requests...
If a filter decorates a request before pushing it down to the FilterChain, ServletEnvironment currently has no way of detecting it, so it always returns the outer-most request. This is of course a problem for services called from inside child filters.
Looks like we'll need to wrap filter chains and keep a stack of filter requests...