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 documentation typo #8045

Closed
plouj opened this issue Nov 20, 2023 · 0 comments · Fixed by #8053
Closed

Filter documentation typo #8045

plouj opened this issue Nov 20, 2023 · 0 comments · Fixed by #8053
Assignees
Labels
4.x Version 4.x bug Something isn't working docs webserver
Milestone

Comments

@plouj
Copy link

plouj commented Nov 20, 2023

Environment Details

  • Helidon Version: 4.0.0
  • Helidon SE
  • JDK version: 21
  • OS: Linux

Problem Description

The Filtering documentation on https://helidon.io/docs/v4/#/se/webserver#_request_handling mentions

req.next();

but it doesn't look like ServerRequest has a next method. I'm guessing it should say res.next() like the previous example?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x bug Something isn't working docs webserver
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants