Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter should be applied in MockMvc #85

Closed
alalag1 opened this issue Nov 11, 2021 · 0 comments · Fixed by #91
Closed

Filter should be applied in MockMvc #85

alalag1 opened this issue Nov 11, 2021 · 0 comments · Fixed by #91
Assignees
Labels
bug Something isn't working
Milestone

Comments

@alalag1
Copy link
Member

alalag1 commented Nov 11, 2021

Expected behavior

@Bean
public Filter foo() {
    return new Filter() { xxx };
}
MockMvc mockMvc = MockMvcBuilders.contextSetup(context);
...

mockMvc.perform(xxx);

this foo Filter should be applied.

Actual behavior

The filter will NOT be applied

Env

  • Restlight version: 0.1.1
@alalag1 alalag1 added the bug Something isn't working label Nov 11, 2021
@alalag1 alalag1 added this to the v0.1.2 milestone Nov 11, 2021
@LCDZhao-Z LCDZhao-Z linked a pull request Dec 6, 2021 that will close this issue
@Mkabaka Mkabaka closed this as completed Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants