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

added top level filters changes poseidon #221

Open
wants to merge 3 commits into
base: fanoutMetricServiceClient
Choose a base branch
from

Conversation

Anuragcsb1111
Copy link

These filters will be executed first even before the param validation filter that validates and deserializes request params even the request body in the Java objects

@@ -90,6 +96,9 @@ public void build(Request request, Response response, Map<String, Object> model)
@Override
public LinkedHashSet<Filter> getFilters(Request request) throws InternalErrorException {
LinkedHashSet<Filter> filters = new LinkedHashSet<>();
topLevelFilters.stream().forEach(filter -> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use for loop?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants