Skip to content

ServletEnvironment is not aware of overridden requests in the filter chain #54

Description

@andrus

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions