Skip to content

When auto-configuring MockMvc, add filters with their init parameters and dispatcher types #37835

@wilkinsona

Description

@wilkinsona

There have been two recent enhancements in Framework 6.1:

With these in place, we can now add filters to the auto-configured MockMvc instance using the dispatcher types and init parameters from their registration beans.

When implementing this we'll need to be careful that it doesn't result in multiple calls to the init method of a Filter instance.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions